ppc4xx: Big cleanup of PPC4xx defines
[oweals/u-boot.git] / board / mpl / pip405 / u-boot.lds
index afe203b2212f570984d6c60ae4ce3050c0b0526a..f6f88a7ec2c5895bc7be6ceb86c2c3305e161e9c 100644 (file)
@@ -84,10 +84,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }