]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/v37/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / v37 / u-boot.lds
index 303425a163a16693d5f0fc37b29ecf793647c1da..ab1bbc91a5d82e731ed971639e0a1baa8105c27d 100644 (file)
@@ -114,6 +114,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 = .;
@@ -136,8 +141,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-
-
-
-
-