nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAY
[oweals/u-boot.git] / board / actux3 / u-boot.lds
index 2fc3796150768bf3d99b70c9954800b9aa1e9b07..d3463cd8e69b8fcc1839a18b22d41fe4423645dc 100644 (file)
@@ -30,12 +30,12 @@ SECTIONS
 
        . = ALIGN (4);
        .text : {
-               cpu/ixp/start.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)
@@ -71,5 +71,5 @@ SECTIONS
                *(.bss)
                . = ALIGN(4);
        }
-       _end =.;
+       __bss_end__ =.;
 }