]> git.sur5r.net Git - u-boot/blobdiff - board/cogent/u-boot.lds
Write MAC address automatically on MACB-based boards
[u-boot] / board / cogent / u-boot.lds
index e9f05d3c7a9dd99deb5867f72ca147fdbd073253..2fecb0fcf63dc9943fe32ae7f975888a0eb9ed6c 100644 (file)
@@ -54,17 +54,14 @@ SECTIONS
   {
     *(.text)
     common/env_embedded.o(.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)   }
@@ -122,6 +119,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);