ARM: support big-endian for the virt architecture
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 26 Sep 2018 13:51:10 +0000 (15:51 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 28 Sep 2018 15:46:11 +0000 (17:46 +0200)
commit8e2649d00a8a7b292bd6410cbf976a3d957faa60
treeda86df22cacc1d7ac5e202aa841cf76d97e392fb
parent8fe3c0612cbd7c561064b8eb17bf62189740b68e
ARM: support big-endian for the virt architecture

This architecture, used for running in QEMU, runs just fine when
compiled in big-endian mode. So enable it. This is enabled in exactly
the same way that it is for other platforms (such as vexpress) that also
support big-endian mode in QEMU successfully.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig