mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
Correct SPL use of CMD_STM32PROG
This converts 1 usage of this option to the non-SPL form, since there is no SPL_CMD_STM32PROG defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
308d677147
commit
d89c8e1090
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void board_mtdparts_default(const char **mtdids, const char **mtdparts)
|
|||
case BOOT_SERIAL_UART:
|
||||
case BOOT_SERIAL_USB:
|
||||
serial = true;
|
||||
if (CONFIG_IS_ENABLED(CMD_STM32PROG)) {
|
||||
if (IS_ENABLED(CONFIG_CMD_STM32PROG)) {
|
||||
#ifdef CONFIG_STM32MP15x_STM32IMAGE
|
||||
tee = stm32prog_get_tee_partitions();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue