]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/prodrive/p3p440/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / prodrive / p3p440 / u-boot.lds
index 17cfde8f203d833a089447c2a4b54eb005ea256e..b1c2dfffe9ba700b3d5cd7cc301c637b4646639e 100644 (file)
@@ -69,17 +69,14 @@ SECTIONS
     board/prodrive/p3p440/init.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)   }