commit | 87145cfcdcf0abd8fb98ecc4bed1c0db7ce13e4d | [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 | dfdd46d38880bcafebe261a5c1485f50655f4e33 [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>