]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/adciop/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / esd / adciop / u-boot.lds
index ddf1307e2831000e43e414a17aa23d851877403e..b07d11786f23bf66fced8f578f23aed285ccaabe 100644 (file)
@@ -107,6 +107,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 = .;