]> git.sur5r.net Git - u-boot/blobdiff - board/sandpoint/u-boot.lds
* Fix problems with CMC_PU2 flash driver.
[u-boot] / board / sandpoint / u-boot.lds
index c7e6ac02d917eb9c8a6d887cbede2de58bde27b3..db89a78fd0fc468196714887b919c717f6cef6e7 100644 (file)
@@ -67,6 +67,7 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -99,6 +100,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 = .;
@@ -122,4 +128,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-