]> git.sur5r.net Git - u-boot/blobdiff - board/netphone/u-boot.lds.debug
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
[u-boot] / board / netphone / u-boot.lds.debug
index 900da64859525681ad4cb572432ca4ed019bac7f..5f74337b6dfb2ad20f722f36f72287927a15dd5d 100644 (file)
@@ -109,7 +109,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -132,6 +132,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }