]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: add UNIT_TESTS to big-endian Malta boards
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 22 Apr 2025 18:55:10 +0000 (20:55 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 25 Apr 2025 15:33:20 +0000 (17:33 +0200)
We currently only run the unit tests on low-endian boards.
We should run them on big-endian, too.

Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
configs/malta64_defconfig
configs/malta_defconfig

index ec5df0b5a7acf4c2673dbc71d8817645ac8d4328..d1211b07f8abbf2b736e577bedd2d9e7581048c6 100644 (file)
@@ -46,3 +46,4 @@ CONFIG_PCI_MSC01=y
 CONFIG_RTC_MC146818=y
 CONFIG_SYS_NS16550=y
 CONFIG_SYS_NS16550_PORT_MAPPED=y
+CONFIG_UNIT_TEST=y
index ca017c4865d0ddc5591ce31cb6b012675b58afc7..dfa37d1ddd9eeec1495cd011e8ebcbc094ff6c33 100644 (file)
@@ -45,3 +45,4 @@ CONFIG_PCI_MSC01=y
 CONFIG_RTC_MC146818=y
 CONFIG_SYS_NS16550=y
 CONFIG_SYS_NS16550_PORT_MAPPED=y
+CONFIG_UNIT_TEST=y