[Buildroot] [PATCH v2] barebox: fix ARCH value for arm64

Peter Korsgaard peter at korsgaard.com
Tue Aug 16 06:06:35 UTC 2016


>>>>> "Raphael" == Raphael Poggi <poggi.raph at gmail.com> writes:

 > Signed-off-by: Raphael Poggi <poggi.raph at gmail.com>

Committed after extending the commit message to clarify that this is
from 2016.08 onwards as suggested by Baruch, thanks.

> ---
 >  boot/barebox/barebox.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
 > index 832297e..7a110d2 100644
 > --- a/boot/barebox/barebox.mk
 > +++ b/boot/barebox/barebox.mk
 > @@ -61,6 +61,8 @@ else ifeq ($$(KERNEL_ARCH),x86_64)
 >  $(1)_ARCH = x86
 >  else ifeq ($$(KERNEL_ARCH),powerpc)
 >  $(1)_ARCH = ppc
 > +else ifeq ($$(KERNEL_ARCH),arm64)
 > +$(1)_ARCH = arm
 >  else
 >  $(1)_ARCH = $$(KERNEL_ARCH)
 >  endif
 > -- 
 > 2.1.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list