]> git.sur5r.net Git - u-boot/blobdiff - board/lwmon/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / lwmon / u-boot.lds
index bc71b0d2c1f4721dbae607e36b777ad3fd5ac997..ce11a91da6de3ee571911c31b2ad8dfc1621c90a 100644 (file)
@@ -69,7 +69,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }