summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2025-04-22 20:55:10 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2025-04-25 17:33:20 +0200
commit0ded46384952ab74eb7dd54515a3e23bcbb9ca88 (patch)
tree146f366ba7bf516e7035faaaa356d49aac81ff86
parentfcfe4e7ac005e832764c63c05c2a4ae381dc7d92 (diff)
configs: add UNIT_TESTS to big-endian Malta boards
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>
-rw-r--r--configs/malta64_defconfig1
-rw-r--r--configs/malta_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/malta64_defconfig b/configs/malta64_defconfig
index ec5df0b5a7a..d1211b07f8a 100644
--- a/configs/malta64_defconfig
+++ b/configs/malta64_defconfig
@@ -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
diff --git a/configs/malta_defconfig b/configs/malta_defconfig
index ca017c4865d..dfa37d1ddd9 100644
--- a/configs/malta_defconfig
+++ b/configs/malta_defconfig
@@ -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