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