On Fri, 28 Feb 2020 at 12:53, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> We only build the little-endian softmmu configurations.
> Checking for big endian is pointless, remove the unused code.
>
> Philippe Mathieu-Daudé (5):
> hw/arm/gumstix: Simplify since the machines are little-endian only
> hw/arm/mainstone: Simplify since the machines are little-endian only
> hw/arm/omap_sx1: Simplify since the machines are little-endian only
> hw/arm/z2: Simplify since the machines are little-endian only
> hw/arm/musicpal: Simplify since the machines are little-endian only
>
> hw/arm/gumstix.c | 16 ++--------------
> hw/arm/mainstone.c | 8 +-------
> hw/arm/musicpal.c | 10 ----------
> hw/arm/omap_sx1.c | 11 ++---------
> hw/arm/z2.c | 8 +-------
> 5 files changed, 6 insertions(+), 47 deletions(-)
Applied to target-arm.next, thanks.
-- PMM