]> git.sur5r.net Git - u-boot/blobdiff - board/sixnet/u-boot.lds
cmd history: Match history buffer size to console buffer
[u-boot] / board / sixnet / u-boot.lds
index 974e45cabfd69490f7cf416c6627c3d40fc50abe..dd632a44cea72160ff37c8551f84a441fd89547e 100644 (file)
@@ -55,17 +55,14 @@ SECTIONS
     cpu/mpc8xx/start.o (.text)
     common/env_embedded.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)   }
@@ -123,6 +120,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);