[U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c
Matthias Weißer
weisserm at arcor.de
Thu Jun 30 13:30:52 CEST 2011
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
More information about the U-Boot
mailing list