barebox: fix compilation on x86-64 architecture
authorLahoudere Fabien <fabienlahoudere.pro@gmail.com>
Wed, 4 Mar 2015 14:50:46 +0000 (15:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Mar 2015 20:38:45 +0000 (21:38 +0100)
commitf31f411883eca64eccff802a85f5c9c5a219ac6e
treeb2caa73e9cfa4ed14a1b969faa41f80f3b8def74
parent39e08b1dd3f843ea3f5e0a10b4e6eb4c267de270
barebox: fix compilation on x86-64 architecture

Barebox uses KERNEL_ARCH to derive BAREBOX_ARCH, but doesn't
currently handle the case of the x86-64 architecture. In this
case KERNEL_ARCH is x86_64, but BAREBOX_ARCH should be x86
nonetheless.

Signed-off-by: Fabien Lahoudere <fabienlahoudere.pro@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/barebox/barebox.mk