]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of EFI_SECURE_BOOT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:45 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 16:24:08 +0000 (11:24 -0500)
commit78166f1d892419368413d8143fe53dfa8ef9d2da
treed95047046dd3ba536fc2b361459a52868638cb1f
parent00e2b461e963340dbed9d438a580eacfefb8d6d4
Correct SPL use of EFI_SECURE_BOOT

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

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