[PATCH 1/1] boot: CONFIG_CEDIT must depend on CONFIG_EXPO
Simon Glass
sjg at chromium.org
Sat Dec 16 19:45:37 CET 2023
On Sat, 16 Dec 2023 at 08:38, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Building sandbox_defconfig with
>
> CONFIG_CMD_CEDIT=y
> CONFIG_EXPO=n
>
> fails with
>
> cmd/cedit.c:258:(.text.do_cedit_run+0x4c):
> undefined reference to `expo_apply_theme
>
> Fix the dependencies.
>
> Fixes: a0874dc4ac71 ("expo: Add a configuration editor")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> boot/Kconfig | 2 +-
> boot/Makefile | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list