]> Git Repo - J-u-boot.git/blobdiff - board/eltec/mhpc/u-boot.lds
* Code cleanup:
[J-u-boot.git] / board / eltec / mhpc / u-boot.lds
index 7128155f8530ae4ac5bcac4f6d58183c5d4454c8..526198cc51e3affe40b1d8871485be24065edcf9 100644 (file)
@@ -99,6 +99,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 = .;
@@ -121,4 +126,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-
This page took 0.025225 seconds and 4 git commands to generate.