]> git.sur5r.net Git - u-boot/blobdiff - board/flagadm/u-boot.lds
ZOOM2 Add led support.
[u-boot] / board / flagadm / u-boot.lds
index f0984126b1faaa7e079aa9220d226327cedbbe6c..1c8180a019647f2c4bd1a44da3a7f80e53d2a754 100644 (file)
@@ -62,10 +62,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -123,6 +121,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);