]> git.sur5r.net Git - u-boot/blobdiff - board/RRvision/u-boot.lds
FDT: Add compatible string for DWMMC
[u-boot] / board / RRvision / u-boot.lds
index 46134325d24be2ca0ef3fd6d0a50a6b423f4d68d..84bb763c7bdd3fcb64b35342486593e951d65733 100644 (file)
@@ -71,13 +71,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*)));
   }
 
 
@@ -101,6 +98,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }