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