On Sat, 16 Dec 2023 at 08:38, Heinrich Schuchardt
<[email protected]> 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 <[email protected]>
> ---
>  boot/Kconfig  | 2 +-
>  boot/Makefile | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <[email protected]>

Reply via email to