i386: Fix malloc initialization
[oweals/u-boot.git] / board / RPXlite_dw / u-boot.lds
index 8d178940e32ab7cdf76cc97aea43f43d26bdd171..7ae7be0c02c77b8ce91b59c80e569d5d41700d11 100644 (file)
@@ -67,17 +67,14 @@ SECTIONS
     common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }