]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bubinga405ep/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / bubinga405ep / u-boot.lds
index a1ddd841f1d1f83bf5068b156b0baf784ab0af1f..3894614a4a28ccc4492f2574f456d9dea7936970 100644 (file)
@@ -121,6 +121,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 = .;