]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/rbc823/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / rbc823 / u-boot.lds
index a86b568f6eb3c71f93a852b2c7cce15782e5d9c5..b35440958cdfaebba8579c8ea04fe0ef0c74caae 100644 (file)
@@ -80,7 +80,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -103,6 +103,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }