]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/u-boot.lds.debug
t4240qds/eth: fixup ethernet for t4240qds
[u-boot] / board / w7o / u-boot.lds.debug
index 2ce5a9a71c9b458ad941cf0fc1be9b8e2d9e2111..5792bac94fc89b56f48292c89b74153e775af4e4 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 = .);
 }