replace last __bss_end__ occurrences with __bss_end
[oweals/u-boot.git] / board / genietv / u-boot.lds.debug
index e1cf2496506f0ef8ce3aa72b0998a269d07e7a53..cc8694190285745acafe0976f1e527caad220f5d 100644 (file)
@@ -110,7 +110,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -138,6 +138,6 @@ SECTIONS
   {
     common/env_embedded.o (.ppcenv)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }