[U-Boot] [PATCH 1/3] fix: missing autoconfig.mk from general Makefile
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun May 24 17:18:49 CEST 2009
On 00:28 Sun 24 May , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <1243107758-4528-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> > at the first run of make we generate the autoconf.mk and autoconf.mk.dep
> > if not already the case and we currently include only to .dep
> >
> > in order to use these autogenerated value we need to include it also evenif
> > it's include in config.mk but it's done before there generation
> >
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
>
> Can you please explain which exact problem you are fixing here? I. e.
in order to use these autogenerated value we need to include it also evenif
it's include in config.mk but it's done before there generation
which we need to do this
ifdef CONFIG_CPU_LITTLE_ENDIAN
.....
else
....
endif
when doing the LD of u-boot as the CONFIG_CPU_LITTLE_ENDIAN
will not be define so we will link it as big-endian
> can you please show an error case that gets fixed by this change?
http://www.mail-archive.com/u-boot@lists.denx.de/msg14517.html
Best Regards,
J.
More information about the U-Boot
mailing list