]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of CMD_NVEDIT_EFI
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:36 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commitddeac15e016c4ce9992f285c26f7171e7a96a323
treeb3221b61e4881e3410036fbb0df261d7c76541ec
parent799e5be7064693b89574fff82b4327d6ea22894a
Correct SPL use of CMD_NVEDIT_EFI

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_CMD_NVEDIT_EFI defined in Kconfig

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