]> git.sur5r.net Git - u-boot/blobdiff - board/eltec/elppc/u-boot.lds
Merge branch 'reloc'
[u-boot] / board / eltec / elppc / u-boot.lds
index 1a95755ab499fffc63b84fd2221e2c9b85529350..d0213311488df9a72c1fb8a752e5b5cd9a9c5f81 100644 (file)
@@ -60,20 +60,17 @@ SECTIONS
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = 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)   }
@@ -131,6 +128,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);