]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds.rom
* Code cleanup:
[karo-tx-uboot.git] / board / mousse / u-boot.lds.rom
index a2059db3b8e839a9d940ce029da36932f007dca0..9b46554b979fc8bdf99bad067f21eee9091c118e 100644 (file)
@@ -102,6 +102,10 @@ 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 = .;
@@ -125,4 +129,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-