]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/u-boot.lds
ppc: Enable full relocation to RAM
[karo-tx-uboot.git] / board / gen860t / u-boot.lds
index d33aa2ea1975bf328d3a474e46af13b2280f44ff..8f40b303bf0eb6a2ddabfc4b70ded75ddb58ed1f 100644 (file)
@@ -56,17 +56,14 @@ SECTIONS
   {
     cpu/mpc8xx/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)   }
@@ -126,6 +123,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);