]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dave/PPChameleonEVB/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / dave / PPChameleonEVB / u-boot.lds
index 8a306d6076f0ef6ec4ce49004adc3c018c0d5489..663100e58038c52a43bff4bf45545c06551e85fe 100644 (file)
@@ -77,7 +77,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -126,6 +126,6 @@ SECTIONS
   } :bss
 
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }