ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
[oweals/u-boot.git] / board / amcc / bamboo / u-boot-nand.lds
index 799c28ffda0b0674a9c922133b8bed268b478eda..738caa0c5fe6a7eaf58d9853cd40f3b22e33d25b 100644 (file)
@@ -62,16 +62,13 @@ SECTIONS
     . = ALIGN(0x10000);
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }