[PATCH] boot: Introduce BOOTSTD_MENU to control bootflow menu build
Tom Rini
trini at konsulko.com
Thu Oct 24 22:42:52 CEST 2024
On Sun, 20 Oct 2024 17:43:12 +0200, Marek Vasut wrote:
> The bootflow_menu.c code depends on e.g. scene_txt_set_font(),
> which is only built when CONFIG_EXPO is enabled. Introduce new
> Kconfig symbol BOOTSTD_MENU which depends on EXPO to prevent
> triggering errors like these in case e.g. CONFIG_VIDEO=n :
>
> "
> boot/bootflow_menu.c:158:(.text+0x8851): undefined reference to `scene_txt_set_font'
> "
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list