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)
commit2c0b0c3182ef25cbd0edf5fc5a05cb6bb98dcbce
treed95047046dd3ba536fc2b361459a52868638cb1f
parent8b301102e246350a0ccedc370f7c9923b02f86f2
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