]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL uses of CMD_BOOTM_PRE_LOAD
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:24 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
commit78188cdc0d254ed8f119cb68d33a483fbd2342b2
treeaddbd5c62e025b524c0883015e79a30656652524
parent6dd47e97074ee1a55b3f0556222f1cf821ede743
Correct SPL uses of CMD_BOOTM_PRE_LOAD

This converts 2 usages of this option to the non-SPL form, since there is
no SPL_CMD_BOOTM_PRE_LOAD defined in Kconfig

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