]> git.sur5r.net Git - u-boot/blobdiff - board/fads/u-boot.lds
mx6sl: Add initial support for mx6slevk board
[u-boot] / board / fads / u-boot.lds
index 4a41db8e36aa99bda04d9bedf2038174cd21c2cd..0e2206c222c633e08a0378c64bd691f87cdca540 100644 (file)
@@ -68,13 +68,10 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -98,7 +95,7 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }
 ENTRY(_start)