]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cobra5272/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / cobra5272 / u-boot.lds
index d054f20bce087b4476d98e8f345ed8d966313949..809a7055fd3a8af2a47c89b9375fd2ea61f18005 100644 (file)
@@ -71,7 +71,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -96,6 +96,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }