]> 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 5fd9f79b77e4be47ab9b9a3b4ef90dd02a7ddc8f..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)   }