On Wed, 8 Feb 2023 at 06:02, Heinrich Schuchardt <[email protected]> wrote: > > The eficonfig command invokes functions implemented in common/menu.c like > > * menu_default_set() > * menu_get_choice() > * menu_destroy() > * menu_item_add() > > Fixes: 87d791423ac6 ("eficonfig: menu-driven addition of UEFI boot option") > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > cmd/Kconfig | 1 + > 1 file changed, 1 insertion(+) >
Reviewed-by: Simon Glass <[email protected]>

