]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/evb64260/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / evb64260 / u-boot.lds
index eac9c070e3ab42e449f1dc64c27b7df0143b14d9..44c61eb82cb9419e7559944e4212e456ee6e7088 100644 (file)
@@ -73,7 +73,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -97,6 +97,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }