Re: [U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c

2011-06-30 Thread Matthias Weißer
Hello Wolfgang Am 30.06.2011 12:46, schrieb Wolfgang Denk: >> + >> +$(TOPDIR)/include/asm/arch/asm-offsets.h: >> $(TOPDIR)/include/autoconf.mk.dep \ >> +./asm-offsets.s >> +@echo Generating $@ >> +$(TOPDIR)/tools/scripts/make-asm-offsets ./asm-offsets.s $@ >> + >> +asm-offsets.s:

Re: [U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c

2011-06-30 Thread Matthias Weißer
Hello Wolfgang Am 30.06.2011 12:49, schrieb Wolfgang Denk: >> +$(OBJS) : $(TOPDIR)/include/asm/arch/asm-offsets.h >> + >> # >> >> # defines $(obj).depend target >> @@ -44,3 +44,14 @@ include $(SRCTREE)/rules.mk >> sinclu

Re: [U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c

2011-06-30 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1309427865-17531-3-git-send-email-weiss...@arcor.de> you wrote: > imx25 used the wrong reset.c from imx27 > > Signed-off-by: Matthias Weisser > --- > arch/arm/cpu/arm926ejs/mx25/Makefile | 19 +++ > 1 files changed, 15 insertions(+), 4 deleti

Re: [U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c

2011-06-30 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1309427865-17531-3-git-send-email-weiss...@arcor.de> you wrote: > imx25 used the wrong reset.c from imx27 > > Signed-off-by: Matthias Weisser > --- > arch/arm/cpu/arm926ejs/mx25/Makefile | 19 +++ > 1 files changed, 15 insertions(+), 4 deleti

[U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c

2011-06-30 Thread Matthias Weisser
imx25 used the wrong reset.c from imx27 Signed-off-by: Matthias Weisser --- arch/arm/cpu/arm926ejs/mx25/Makefile | 19 +++ 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx25/Makefile b/arch/arm/cpu/arm926ejs/mx25/Makefile index 38d7f03.