commit | e7ba41c6539f7843914d187e4e6d5d618a3039fe | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Thu Jan 11 16:11:24 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:31 2018 -0500 |
tree | 2356a475aaad1958e18af016e9f58907c8024bc4 | |
parent | ddcca73051060f11802da7ddaa5e1d66b12025c4 [diff] |
ARM: Document AArch64 version of qemu-arm It's mostly obvious, except that QEMU is annoying and requires an explicit '-cpu cortex-a57' (or some other 64-bit core) to actually run in 64-bit mode. While at it, remove the references to setting the ARCH environment variable; that is not used in U-Boot. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Tom Rini <trini@konsulko.com>