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