* Code cleanup:
[oweals/u-boot.git] / board / hermes / u-boot.lds
index e713055008c84ab71a36051e2235d0e3a0749478..4dbf7a6e83f68a5bc3419b0f202eb4b1b77f84ed 100644 (file)
@@ -109,6 +109,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 = .;