]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTD
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 16 Dec 2023 15:46:31 +0000 (16:46 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jan 2024 02:19:25 +0000 (21:19 -0500)
commit6e75ae1a39431fad9a14d7718582d86d90997545
tree29b0dbc236a24fc2c202972d9c49e7ac398b0eae
parent64c67b68d1f0a9238cb0c4939ceb7afd124af9f9
test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTD

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@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/Kconfig