Dear Kumar Gala, In message <1240247017-1069-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Its possible to build natively on several platforms so we might not > explicitly set ARCH but detect it via HOSTARCH. As such there are > some things that expect ARCH to be set to work correctly. > > Signed-off-by: Kumar Gala <ga...@kernel.crashing.org> > --- > Makefile | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index e91c051..c56d6db 100644 > --- a/Makefile > +++ b/Makefile > @@ -137,6 +137,10 @@ ifeq ($(ARCH),powerpc) > ARCH = ppc > endif > > +ifndef ARCH > +ARCH = $(HOSTARCH) > +endif > +
In current mainline U-Boot, such a patch is not needed (which is just a friendly version of saying it does not make sense :-), because ARCH gets loaded from include/config.mk after running "make <board>_config". Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de "I used to think that the brain was the most wonderful organ in my body. Then I realized who was telling me this." - Emo Phillips _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot