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