[PATCH 1/1] configs: add UNIT_TESTS to big-endian Malta boards

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Tue Apr 22 22:20:25 CEST 2025


On 4/22/25 20:55, Heinrich Schuchardt wrote:
> We currently only run the unit tests on low-endian boards.
> We should run them on big-endian, too.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

Cc: Paul Burton <paulburton at kernel.org>

It seems U-Boot lacks a .mailmap entry.

Best regards

Heinrich

> ---
>   configs/malta64_defconfig | 1 +
>   configs/malta_defconfig   | 1 +
>   2 files changed, 2 insertions(+)
> 
> 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



More information about the U-Boot mailing list