[PATCH 1/1] test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTD

Simon Glass sjg at chromium.org
Sat Dec 16 19:45:49 CET 2023


On Sat, 16 Dec 2023 at 08:46, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Building sandbox_defconfig with
>
>     CONFIG_BOOTSTD=n
>     CONFIG_UT_BOOTSTD=y
>
> leads to an error
>
>     /usr/bin/ld: test/cmd_ut.o:(.data.rel.cmd_ut_sub+0xc0):
>     undefined reference to `do_ut_bootstd'
>
> Add the missing dependency.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  test/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list