]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc7448hpc2/u-boot.lds
Fix e-mail address of Gary Jennejohn.
[u-boot] / board / freescale / mpc7448hpc2 / u-boot.lds
index 6b228f7a91fc1e41f3af7379b029ff4c4d4d01fa..cd11f3939cb52378b3abcff565cc733a9428eb9b 100644 (file)
@@ -60,7 +60,7 @@ 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)
@@ -70,9 +70,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -129,6 +127,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);