Replace usage of CMD_BOOTx in falcon mode configs with the newly added SPL_BOOTx.
Signed-off-by: Anshul Dalal <ansh...@ti.com> --- configs/display5_defconfig | 2 +- configs/display5_factory_defconfig | 2 +- configs/gwventana_emmc_defconfig | 2 +- configs/gwventana_nand_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/display5_defconfig b/configs/display5_defconfig index 765920bd5d1..487d49ccc72 100644 --- a/configs/display5_defconfig +++ b/configs/display5_defconfig @@ -56,7 +56,7 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="display5 > " CONFIG_SYS_MAXARGS=32 -CONFIG_CMD_BOOTZ=y +CONFIG_SPL_BOOTZ=y # CONFIG_CMD_ELF is not set CONFIG_CMD_SPL=y CONFIG_CMD_ASKENV=y diff --git a/configs/display5_factory_defconfig b/configs/display5_factory_defconfig index 4007c8900ce..7349ffb8abe 100644 --- a/configs/display5_factory_defconfig +++ b/configs/display5_factory_defconfig @@ -51,7 +51,7 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="display5 factory > " CONFIG_SYS_MAXARGS=32 -CONFIG_CMD_BOOTZ=y +CONFIG_SPL_BOOTZ=y # CONFIG_CMD_ELF is not set CONFIG_CMD_SPL=y CONFIG_CMD_ASKENV=y diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig index 95d5b1172ff..0a2aaf6d931 100644 --- a/configs/gwventana_emmc_defconfig +++ b/configs/gwventana_emmc_defconfig @@ -59,7 +59,7 @@ CONFIG_SPL_POWER=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Ventana > " CONFIG_SYS_MAXARGS=32 -CONFIG_CMD_BOOTZ=y +CONFIG_SPL_BOOTZ=y CONFIG_CMD_SPL_WRITE_SIZE=0x20000 CONFIG_CMD_UNZIP=y CONFIG_CMD_GPIO=y diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index 1d8af5ce103..9d93fa8093f 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -61,7 +61,7 @@ CONFIG_SPL_POWER=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Ventana > " CONFIG_SYS_MAXARGS=32 -CONFIG_CMD_BOOTZ=y +CONFIG_SPL_BOOTZ=y CONFIG_CMD_SPL_NAND_OFS=0x1100000 CONFIG_CMD_SPL_WRITE_SIZE=0x20000 CONFIG_CMD_UNZIP=y -- 2.49.0