]> git.sur5r.net Git - u-boot/blobdiff - board/mpr2/u-boot.lds
85xx: Add P2020DS support
[u-boot] / board / mpr2 / u-boot.lds
index eda6b442abf42b9ee6256c9a7950e86d63b48828..deae344a99e2cd119a7761443f973fcbc4d37014 100644 (file)
@@ -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 = .);