]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/z2: Simplify since the machines are little-endian only
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 5 Mar 2020 16:09:15 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:15 +0000 (16:09 +0000)
commit56329e38e6572bc6714282ff9f9ac0d1ed4ff55a
tree06af115b46c5659716a5ada3d0cf6e8313b63d5b
parent88e68dfcc5f72dc18b9ca82a69902cc3a3a80fd9
hw/arm/z2: Simplify since the machines are little-endian only

We only build the little-endian softmmu configurations. Checking
for big endian is pointless, remove the unused code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/z2.c