]> git.sur5r.net Git - u-boot/blobdiff - board/lantec/u-boot.lds
* Patch by Rahul Shanbhag, 28 Jan 2004:
[u-boot] / board / lantec / u-boot.lds
index ab3beb7c6d1f06a459e71b18c0132580179c04c4..1f8581ca3d15c6f228388ed245888d5feef10de1 100644 (file)
@@ -109,6 +109,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 = .;
@@ -131,4 +136,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-