]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds
ppc4xx: Add lcd4_lwmon5 support
[u-boot] / board / mousse / u-boot.lds
index dae2cfc7dae8b6dbd11b88ca2e851b52c72a639c..17ff94e5da62e438e70c139829bc4f5754fdd5d5 100644 (file)
@@ -60,9 +60,11 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
 
   . = .;
@@ -86,6 +88,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }