]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/genietv/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / genietv / u-boot.lds
index 124b1835164e98f8d07d0700c1130758e71f9561..b351a6811061998c2396e162ccf7d227f3944d24 100644 (file)
@@ -83,7 +83,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -112,6 +112,6 @@ SECTIONS
     common/env_embedded.o (.ppcenv)
   }
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }