]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spd8xx/u-boot.lds.debug
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / spd8xx / u-boot.lds.debug
index 4155b604fb84b9d4df0eca28e05cc95d7ae1a581..11351176df97ecc34c99cc9b0cbc3c4eba36a20e 100644 (file)
@@ -110,7 +110,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -133,6 +133,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }