hw/arm/musicpal: Simplify since the machines are little-endian only
commit98335f61794d96e57dbd3f3f529b8c4c7d188ba3
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)
tree9aa045034526001bbf9216534a77dfac5a5feb31
parent56329e38e6572bc6714282ff9f9ac0d1ed4ff55a
hw/arm/musicpal: 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/musicpal.c