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

