]> git.sur5r.net Git - u-boot/blobdiff - board/actux1/u-boot.lds
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
[u-boot] / board / actux1 / u-boot.lds
index 836775f0feec6e8e26dae16012a3643b8d035dc0..5c1ece79c8e149ce980dbdc46426deda1c406804 100644 (file)
@@ -30,12 +30,12 @@ SECTIONS
 
        . = ALIGN (4);
        .text : {
-               cpu/ixp/start.o(.text)
-               lib_generic/string.o(.text)
-               lib_generic/vsprintf.o(.text)
-               lib_arm/board.o(.text)
+               arch/arm/cpu/ixp/start.o(.text)
+               lib/string.o(.text)
+               lib/vsprintf.o(.text)
+               arch/arm/lib/board.o(.text)
                common/dlmalloc.o(.text)
-               cpu/ixp/cpu.o(.text)
+               arch/arm/cpu/ixp/cpu.o(.text)
                . = env_offset;
                common/env_embedded.o(.ppcenv)
                * (.text)