Am 08.06.2011 01:27, schrieb Andreas Bießmann: > > diff --git a/arch/arm/cpu/arm920t/at91/Makefile > b/arch/arm/cpu/arm920t/at91/Makefile > index 5c71b77..872461a 100644 > --- a/arch/arm/cpu/arm920t/at91/Makefile > +++ b/arch/arm/cpu/arm920t/at91/Makefile > @@ -28,6 +28,7 @@ LIB = $(obj)lib$(SOC).o > SOBJS += lowlevel_init.o > COBJS += reset.o > COBJS += timer.o > +COBJS += cpu.o > > SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) > OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) > diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h > b/arch/arm/include/asm/arch-at91/at91rm9200.h > index ff18014..979241e 100644
Dear Andreas Bießmann, I am running in the following error: ..... make -C arch/arm/cpu/arm920t/at91/ make[1]: Entering directory `/home/scharsig/projects/CPUx9K2/u-boot/arch/arm/cpu/arm920t/at91' make[1]: *** No rule to make target `cpu.c', needed by `.depend'. Stop. make[1]: Leaving directory `/home/scharsig/projects/CPUx9K2/u-boot/arch/arm/cpu/arm920t/at91' make: *** [arch/arm/cpu/arm920t/at91/libat91.o] Error 2 Is it possible that the patch is incomplete or is an additional patch needed Best regards Jens Scharsig _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot