]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/renesas/sh7752evb/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / renesas / sh7752evb / u-boot.lds
index 28449b677ae20bb9cb0fc5abf4dc9601da121ae1..276f525eb7e8db90fbd0ec26ffb8670d594a41b6 100644 (file)
@@ -78,7 +78,7 @@ SECTIONS
        PROVIDE (_egot = .);
 
        .u_boot_list : {
-               #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        PROVIDE (reloc_dst_end = .);
@@ -93,5 +93,5 @@ SECTIONS
        }
        PROVIDE (bss_end = .);
 
-       PROVIDE (__bss_end__ = .);
+       PROVIDE (__bss_end = .);
 }