qemu/hw/tricore
Philippe Mathieu-Daudé 625a975f67 hw/tricore: Mark devices as little-endian
These devices are only used by the TriCore target, which 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>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20241106184612.71897-3-philmd@linaro.org>
2024-12-31 21:21:34 +01:00
..
Kconfig tricore: switch boards to "default y" 2024-05-03 15:47:48 +02:00
meson.build hw/tricore: fix inclusion of tricore_testboard 2021-07-20 20:10:21 +02:00
tc27x_soc.c hw/tricore: Remove empty Property lists 2024-12-19 19:33:37 +01:00
triboard.c Do not include exec/address-spaces.h if it's not really necessary 2021-05-02 17:24:51 +02:00
tricore_testboard.c hw/tricore/testboard: Use qdev_new() instead of QOM basic API 2024-02-22 12:47:40 +01:00
tricore_testdevice.c hw/tricore: Mark devices as little-endian 2024-12-31 21:21:34 +01:00