]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of CMD_BOOTZ
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:25 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
commit38223fb23f5e32ca4806e6095bdf290369be1f67
tree336c0209e74b881bd7f87d87671ebe59be453809
parent494bcf1af71cb471725ceceb2ad87bfaed1b3fb0
Correct SPL use of CMD_BOOTZ

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

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c