@@ -4,6 +4,7 @@ ENTRY(boot)
SECTIONS {
. = 0x80200000;
__kernel_base = .;
.text :{
KEEP(*(.text.boot));
@@ -30,6 +31,4 @@ SECTIONS {
. = ALIGN(4096);
__free_ram = .;
. += 64 * 1024 * 1024; /* 64MB */
__free_ram_end = .;
}
The note is not visible to the blocked user.