]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/omap_sx1: 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)
commit88e68dfcc5f72dc18b9ca82a69902cc3a3a80fd9
treeb40540baa89a650a9ab2b5ef2ccae8c6a0fe9baf
parent8ad1b683fd5ef7334c32c3d17b7f11cbc24e2758
hw/arm/omap_sx1: 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/omap_sx1.c