]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5329evb/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / freescale / m5329evb / u-boot.lds
index 6616594e7b0385642bb2fc2db6bb54c5549e1616..f803e4af053d12eb76fa8fd1fb30dfe7ea8cdb62 100644 (file)
@@ -72,7 +72,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -97,6 +97,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }