]> git.sur5r.net Git - u-boot/blobdiff - board/RPXlite/u-boot.lds
Update CHANGELOG; prepare Prepare v2009.11
[u-boot] / board / RPXlite / u-boot.lds
index 1f9a191d4736171bde7b7b1f95a04669613f1e61..47247ec8133cc8c7ccb60ee747369c73a9fe1963 100644 (file)
@@ -64,20 +64,17 @@ SECTIONS
 /* XXX ?
     . = env_offset;
 */
-    common/environment.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)   }
@@ -135,6 +132,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);