Print the device tree node names

This commit is contained in:
2025-07-05 00:42:04 +02:00
parent 6c6a65c169
commit 98a96fba86
4 changed files with 280 additions and 10 deletions

View File

@ -27,4 +27,9 @@ SECTIONS {
. = ALIGN(4);
. += 128 * 1024; /* 128KB */
__stack_top = .;
. = ALIGN(4096);
__free_ram = .;
. += 64 * 1024 * 1024; /* 64MB */
__free_ram_end = .;
}