hw/arm/mainstone: Simplify since the machines are little-endian only
commit8ad1b683fd5ef7334c32c3d17b7f11cbc24e2758
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 5 Mar 2020 16:09:15 +0000 (5 16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:15 +0000 (5 16:09 +0000)
treec1683608035467931456accb5f48d3ffee64ef20
parentb6cb2453da92e983ba99d1c7a39a629595e04bf6
hw/arm/mainstone: 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/mainstone.c