]> git.sur5r.net Git - u-boot/blobdiff - board/genietv/u-boot.lds
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / genietv / u-boot.lds
index aaf58f04fe6feb4979578075e9dbf32b09074698..276e2b445ef2b2afc80b153c8e4c7179113bca68 100644 (file)
@@ -75,6 +75,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -107,6 +108,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 = .;
@@ -134,4 +140,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-