commit | c9696b177d431a82b4928febce4e8b885dddd972 | [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 | 90210ceedc374cf62e59045bdf9b12df1375fec3 [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>