]> git.sur5r.net Git - u-boot/blobdiff - board/lantec/u-boot.lds
sbc8548: update PCI/PCI-e support code
[u-boot] / board / lantec / u-boot.lds
index 2d266434f4eb87703b3278fb108ebfee41917ad1..b9fa2d6d94d4da72b161c17864a38525a47907e0 100644 (file)
@@ -63,7 +63,7 @@ SECTIONS
     lib_generic/zlib.o         (.text)
 
     . = env_offset;
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
     *(.fixup)
@@ -73,10 +73,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -134,6 +132,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);