Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] barebox: fix ARCH value for arm64
@ 2016-08-12 11:11 Raphael Poggi
  2016-08-12 12:32 ` Baruch Siach
  0 siblings, 1 reply; 5+ messages in thread
From: Raphael Poggi @ 2016-08-12 11:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Raphael Poggi <poggi.raph@gmail.com>
---
 boot/barebox/barebox.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 832297e..b02751d 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-12 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 11:11 [Buildroot] [PATCH] barebox: fix ARCH value for arm64 Raphael Poggi
2016-08-12 12:32 ` Baruch Siach
2016-08-12 12:52   ` Raphaël Poggi
2016-08-12 14:12     ` Baruch Siach
2016-08-12 14:29       ` Raphaël Poggi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox