]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/taihu/u-boot.lds
s5pc1xx: update cache routines
[people/ms/u-boot.git] / board / amcc / taihu / u-boot.lds
index d52b51ae1b2b009a47c557d1d47561dbde859700..d37200d8bd175e4a2a11a2b57da63fcb929c0316 100644 (file)
@@ -63,17 +63,14 @@ SECTIONS
     cpu/ppc4xx/start.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)   }
@@ -130,6 +127,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);