arm: Move cpu/$CPU to arch/arm/cpu/$CPU

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser 2010-04-12 22:28:11 -05:00 committed by Wolfgang Denk
parent 8f0fec74ac
commit 84ad688473
407 changed files with 56 additions and 56 deletions

View File

@ -193,7 +193,7 @@ ifdef SOC
LIBS += $(CPUDIR)/$(SOC)/lib$(SOC).a
endif
ifeq ($(CPU),ixp)
LIBS += cpu/ixp/npe/libnpe.a
LIBS += arch/arm/cpu/ixp/npe/libnpe.a
endif
LIBS += arch/$(ARCH)/lib/lib$(ARCH).a
LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \

View File

@ -39,7 +39,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
cpu/arm1136/start.o (.text)
arch/arm/cpu/arm1136/start.o (.text)
*(.text)
}

View File

@ -31,7 +31,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
cpu/arm1176/start.o (.text)
arch/arm/cpu/arm1176/start.o (.text)
*(.text)
}

View File

@ -31,7 +31,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
cpu/arm720t/start.o (.text)
arch/arm/cpu/arm720t/start.o (.text)
*(.text)
}

View File

@ -31,7 +31,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
cpu/arm920t/start.o (.text)
arch/arm/cpu/arm920t/start.o (.text)
/* the EP93xx expects to find the pattern 'CRUS' at 0x1000 */
. = 0x1000;
LONG(0x53555243)

View File

@ -39,7 +39,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
cpu/arm920t/start.o (.text)
arch/arm/cpu/arm920t/start.o (.text)
*(.text)
}

View File

@ -34,7 +34,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
cpu/arm925t/start.o (.text)
arch/arm/cpu/arm925t/start.o (.text)
*(.text)
}

Some files were not shown because too many files have changed in this diff Show More