commit | e65efec9ed5b581a9e2c0b269c704b12e99a0259 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 17:53:23 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:41 2023 -0500 |
tree | 75e1a9096f8c5a3ce8bd5e351f2c96e474ab1309 | |
parent | 029fc3c4375beab8316990f71f2bc0aa2f7745bb [diff] |
Correct SPL uses of CMD_BOOTEFI_BOOTMGR This converts 3 usages of this option to the non-SPL form, since there is no SPL_CMD_BOOTEFI_BOOTMGR defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>