* Code cleanup:
[kernel/u-boot.git] / board / esd / cpci405 / u-boot.lds
index 97851f1..311a5fe 100644 (file)
@@ -119,6 +119,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 = .;