Correct SPL uses of CMD_EFICONFIG
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:28 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
commit6cd3a797ee0e30be19501274a2bf6283a916fb80
treee387a686bea5b1fd0546a95a9857026bdbfa61dc
parent8dd86205ccc9e998ff7adf014a907b66c40200f5
Correct SPL uses of CMD_EFICONFIG

This converts 2 usages of this option to the non-SPL form, since there is
no SPL_CMD_EFICONFIG defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bootmenu.c