]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/fads/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / fads / u-boot.lds
index a76b0ff5a051db4da50d1a31e49cb2f0adb818c9..41776d1cfcd0aca0fc8ff7ac9ecc8a791e25f5a9 100644 (file)
@@ -112,6 +112,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 = .;
@@ -139,4 +144,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-