]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci440/u-boot.lds
* Code cleanup:
[u-boot] / board / esd / cpci440 / u-boot.lds
index 35d99318dd5d35905e0416fedcdd5763951dd3cc..46ccf31d47f61f6f37c1d6a4543b26028b29e753 100644 (file)
@@ -126,6 +126,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 = .;