]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sl8245/u-boot.lds
Fix some missing commands, cleanup header files
[karo-tx-uboot.git] / board / sl8245 / u-boot.lds
index 627a53b3b600900927e95521ca56993867ba5bdd..e0d0b17634ec4c3e1277ba44868230c4db5f8b46 100644 (file)
@@ -102,6 +102,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 = .;