* Code cleanup:
[oweals/u-boot.git] / board / ppmc8260 / u-boot.lds
index 2aee65b038669593b0e37d8b1e42c255beb5a93a..492033e2e79ce497ac740ef015cf96e1aeaa88e1 100644 (file)
@@ -61,6 +61,7 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,6 +94,11 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
+  __u_boot_cmd_start = .;
+  .u_boot_cmd : { *(.u_boot_cmd) }
+  __u_boot_cmd_end = .;
+
+
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;
@@ -115,4 +121,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-