]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cpu86/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / cpu86 / u-boot.lds
index 9d56f13a021988c1c292b8f53c3ab5e29b295da6..ce6c4540d075028597ec0db06ed81c9121a74827 100644 (file)
@@ -94,6 +94,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 = .;
@@ -116,4 +121,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-