]> git.sur5r.net Git - u-boot/blobdiff - board/actux1/u-boot.lds
IDS8247: remove redundant flash.c file
[u-boot] / board / actux1 / u-boot.lds
index 1087167bae344d285e0cdc8d6ecc2e34ff5104e3..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)
+               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)