diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index b829ae7201..5809fb0297 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -41,6 +41,8 @@ endif ifeq ($(KERNEL_ARCH),i386) BAREBOX_ARCH = x86 +else ifeq ($(KERNEL_ARCH),x86_64) +BAREBOX_ARCH = x86 else ifeq ($(KERNEL_ARCH),powerpc) BAREBOX_ARCH = ppc else