]> git.sur5r.net Git - u-boot/blobdiff - board/hermes/u-boot.lds
mx6sl: Add initial support for mx6slevk board
[u-boot] / board / hermes / u-boot.lds
index 9fe2f58ef3668b157b7f76db7bf8ff6b2364c4c0..8e5896375931dcc690caa8b1fa46647dac0def4b 100644 (file)
@@ -72,13 +72,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*)));
   }
 
 
@@ -102,6 +99,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }