]> git.sur5r.net Git - u-boot/blobdiff - board/mpr2/u-boot.lds
85xx: Add P2020DS support
[u-boot] / board / mpr2 / u-boot.lds
index 6fee7f25422780673c878820ca7caf059c744f3b..deae344a99e2cd119a7761443f973fcbc4d37014 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Copyright (C) 2008
  * Mark Jonas <mark.jonas@de.bosch.com>
- * 
+ *
  * See file CREDITS for list of people who contributed to this
  * project.
  *
@@ -53,9 +53,9 @@ SECTIONS
        {
                cpu/sh3/start.o         (.text)
                . = ALIGN(8192);
-               common/environment.o    (.ppcenv)
+               common/env_embedded.o   (.ppcenv)
                . = ALIGN(8192);
-               common/environment.o    (.ppcenvr)
+               common/env_embedded.o   (.ppcenvr)
                . = ALIGN(8192);
                *(.text)
                . = ALIGN(4);
@@ -63,7 +63,7 @@ SECTIONS
        PROVIDE (_ecode = .);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                . = ALIGN(4);
        }
        PROVIDE (_etext = .);