Correct SPL use of CMD_BOOTI
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:23 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
commitef65aa35725b458713b0b68c4e66c3988e342159
tree15e8819450252f1dc030c59a8e6a73ee29ca0495
parent71e3e215079f7b228e8eaec084109b0aa5672fd1
Correct SPL use of CMD_BOOTI

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

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