]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/renesas/sh7757lcr/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / renesas / sh7757lcr / u-boot.lds
index cf406ce966f66b099a3ea71805bb4d7d107d519c..58824271cb04799934bc3230c451c0b7204b88af 100644 (file)
@@ -79,7 +79,7 @@ SECTIONS
 
 
        .u_boot_list : {
-               #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        PROVIDE (reloc_dst_end = .);
@@ -94,5 +94,5 @@ SECTIONS
        }
        PROVIDE (bss_end = .);
 
-       PROVIDE (__bss_end__ = .);
+       PROVIDE (__bss_end = .);
 }