On 00:28 Sun 24 May     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <1243107758-4528-1-git-send-email-plagn...@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 <plagn...@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to