* Code cleanup:
[kernel/u-boot.git] / board / mousse / u-boot.lds.ram
index 9166c9c..eb47ae6 100644 (file)
@@ -85,6 +85,11 @@ SECTIONS
     *(.fixup)
   } > ram
   */
+
+  __u_boot_cmd_start = .;
+  .u_boot_cmd : { *(.u_boot_cmd) }
+  __u_boot_cmd_end = .;
+
    __start___ex_table = .;
     __ex_table : { *(__ex_table) } > ram
     __stop___ex_table = .;
@@ -98,4 +103,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-