]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/u-boot-flashenv.lds
* Code cleanup:
[karo-tx-uboot.git] / board / gen860t / u-boot-flashenv.lds
index 8b1ce1a1b480fef9bc0cb36566e9db4ff36c3b48..f46c314327416c2c40ad60e7c6bf8eb01de2cbfd 100644 (file)
@@ -67,6 +67,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -120,7 +121,7 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  
+
   _end = . ;
   PROVIDE (end = .);