* Code cleanup:
[oweals/u-boot.git] / board / ppmc8260 / u-boot.lds
index 2eac3979e60c8c4528b8b8ab4789bca5e5189700..492033e2e79ce497ac740ef015cf96e1aeaa88e1 100644 (file)
@@ -94,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 = .;
@@ -116,4 +121,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-