]> git.sur5r.net Git - u-boot/blobdiff - board/ivm/u-boot.lds.debug
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / board / ivm / u-boot.lds.debug
index 53a19b2947316c3c01057fced4c61e0d5c5d9373..62c66d7899d8fd393c86099f9459acc53bd819bf 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 = .);
 }