]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/smdk6400/u-boot-nand.lds
omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ
[karo-tx-uboot.git] / board / samsung / smdk6400 / u-boot-nand.lds
index 21e1ed3b7a4919760d7b06e0257d1417f7c67b7b..64c650d2e9c39ee964ef9917e349717bb9078473 100644 (file)
@@ -47,11 +47,13 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
 
-       . = ALIGN(4);
+       . = align(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       }
+
+       . = align(4);
        .mmudata : { *(.mmudata) }
 
        . = ALIGN(4);
@@ -67,11 +69,13 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)
                . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        /DISCARD/ : { *(.dynstr*) }