commit | 88b6f92548b2514292228479c3981441fe2c03c0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:36:24 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:25 2023 -0500 |
tree | addbd5c62e025b524c0883015e79a30656652524 | |
parent | df650d2d8a08ef377b3f68ff265445ea25ae5166 [diff] |
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>