From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Matthias_Wei=DFer?= Date: Thu, 30 Jun 2011 13:30:52 +0200 Subject: [U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c In-Reply-To: <20110630104911.8F39115AEB8D@gemini.denx.de> References: <1309427865-17531-1-git-send-email-weisserm@arcor.de> <1309427865-17531-3-git-send-email-weisserm@arcor.de> <20110630104911.8F39115AEB8D@gemini.denx.de> Message-ID: <4E0C5E6C.30803@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> sinclude $(obj).depend >> >> ######################################################################### >> + >> +$(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: $(TOPDIR)/include/autoconf.mk.dep \ >> + ./asm-offsets.c >> + $(CC) -DDO_DEPS_ONLY \ >> + $(CFLAGS) $(CFLAGS_$(BCURDIR)/$(@F)) $(CFLAGS_$(BCURDIR)) \ >> + -o $@ ./asm-offsets.c -c -S >> -- > > Also, the asm-offset change is unrelated to the other change mentioned > in your commit message. These needs to be split into two separate > commits. You are right. That came in by accident. It should have been added in 4/5 of the series. Will fix this in a v2. Matthias