]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ep8260/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / ep8260 / u-boot.lds
index a6c2ef5b895dcaf377abc144656b1404095497db..4ea3c86153d59b723a5b61f719aa8acc2fe3e8a4 100644 (file)
@@ -95,6 +95,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 = .;
@@ -117,4 +122,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-