]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/LEOX/elpt860/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / LEOX / elpt860 / u-boot.lds
index cecb21067160a890084956522ed88d981ad842dd..d23af9656a16388bfc6003f130a24812316a172f 100644 (file)
@@ -123,6 +123,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 = .;