]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: make 'MAKEALL -a' distinguish between arm and aarch64
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 10 Jan 2014 09:19:45 +0000 (10:19 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 10 Jan 2014 14:17:41 +0000 (15:17 +0100)
commit400a9488d0f9eaaf513b8ac438a7adf216acd91a
tree12f01a7ea6bcccdce3412505e35cad8f150b6f4a
parent795611e6ffb7d95c2a4529f365953bead0ccd13f
arm: make 'MAKEALL -a' distinguish between arm and aarch64

The vexpress_aemv8a is the first aarch64 board in U-Boot.
As it was introduced, it gets built when "MAKEALL -a arm"
is invoked, and fails as this command is run with a 32-bit,
not 64-bit, toolchain as the cross-compiler.

Introduce 'aarch64' as a valid 'MAKEALL -a' argument, treated
as 'arm' for all other intents, and change the architecture
of the vexpress_aemv8a entry in boards.cfg from 'arm' to
'aarch64'.
boards.cfg
mkconfig