]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/mips: Mark Boston machine devices as little-endian
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 12 Feb 2025 08:38:17 +0000 (09:38 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:41:46 +0000 (14:41 +0100)
commit7830a2ea8053e4dbe2466dba6a13204873a0ef87
tree888ffc99c933db3bd1d0ec0d65b558cd1c072860
parentba26f1477735a5ad7dd40a3227ac2a54cf82014d
hw/mips: Mark Boston machine devices as little-endian

The Boston machine is only built as little-endian.
Therefore the DEVICE_NATIVE_ENDIAN definition expand to
DEVICE_LITTLE_ENDIAN (besides, the DEVICE_BIG_ENDIAN case
isn't tested). Simplify directly using DEVICE_LITTLE_ENDIAN.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250212113938.38692-3-philmd@linaro.org>
hw/mips/boston.c