Merge branch 'master' of git://git.denx.de/u-boot-arm
[platform/kernel/u-boot.git] / board / renesas / sh7757lcr / u-boot.lds
index 790b5b8..5882427 100644 (file)
@@ -41,7 +41,7 @@ SECTIONS
 
        .text :
        {
-               arch/sh/cpu/sh4/start.o         (.text)
+               KEEP(arch/sh/cpu/sh4/start.o            (.text))
                *(.spiboot1.text)
                *(.spiboot2.text)
                . = ALIGN(8192);
@@ -77,13 +77,10 @@ SECTIONS
        }
        PROVIDE (_egot = .);
 
-       PROVIDE (__u_boot_cmd_start = .);
-       .u_boot_cmd :
-       {
-               *(.u_boot_cmd)
-               . = ALIGN(4);
+
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
        }
-       PROVIDE (__u_boot_cmd_end = .);
 
        PROVIDE (reloc_dst_end = .);
        /* _reloc_dst_end = .; */
@@ -97,5 +94,5 @@ SECTIONS
        }
        PROVIDE (bss_end = .);
 
-       PROVIDE (__bss_end__ = .);
+       PROVIDE (__bss_end = .);
 }