commit | a440c2f41c96e966542f018f6eb4a0052a7ca51e | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Jan 10 10:19:45 2014 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Jan 10 15:17:41 2014 +0100 |
tree | 12f01a7ea6bcccdce3412505e35cad8f150b6f4a | |
parent | a0169501a5c6e6c42d64b0dfb2712e3521116e9e [diff] |
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'.