]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ip860/u-boot.lds.debug
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / ip860 / u-boot.lds.debug
index e47aff0fa795f38cfa8ceab5c70e2b2bfe94fbec..ecc9f26e08f0fd2c5b8ad688459c139477da0713 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 = .);
 }