]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xpedite1k/u-boot.lds
xpedite1k: Cleanup coding style
[karo-tx-uboot.git] / board / xpedite1k / u-boot.lds
index 70b1e38f3c3e93cf9647e801d8137cd582b3b94a..fc001b247c1a522c4b2b2801f943778e8bf47bae 100644 (file)
@@ -78,9 +78,6 @@ SECTIONS
     lib_ppc/extable.o  (.text)
     lib_generic/zlib.o         (.text)
 
-/*    . = env_offset;*/
-/*    common/environment.o(.text)*/
-
     *(.text)
     *(.fixup)
     *(.got1)
@@ -89,10 +86,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -150,6 +145,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);