* Patches by Reinhard Meyer, 14 Feb 2004:
[oweals/u-boot.git] / board / emk / top860 / u-boot.lds
index 637111058de1d973505f3e69013f21ce95b1d15e..f6f54857a4a969f430c1b10964c87b2bf3cd697e 100644 (file)
@@ -98,6 +98,12 @@ 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 = .;
@@ -120,4 +126,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-