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