summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_dhcom_basic_defconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-05-04 15:52:25 -0500
committerTom Rini <trini@konsulko.com>2022-05-11 09:22:24 -0400
commit6665ab179532932f34162bc62d0240116f2e38ac (patch)
tree24b86bd26f4684214e55930ffd22732b18ebe103 /configs/stm32mp15_dhcom_basic_defconfig
parent21e25992c86306b41caafcf85efc47d66f5efa6e (diff)
downloadu-boot-6665ab179532932f34162bc62d0240116f2e38ac.tar.gz
spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT
This matches what this support is called in the non-SPL case. The postfix _SUPPORT is redundant as enabling Kconfig options implies support. With this we can use CONFIG_IS_ENABLED() as needed. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/stm32mp15_dhcom_basic_defconfig')
-rw-r--r--configs/stm32mp15_dhcom_basic_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32mp15_dhcom_basic_defconfig b/configs/stm32mp15_dhcom_basic_defconfig
index 7f7aecf251..ca3873c7e6 100644
--- a/configs/stm32mp15_dhcom_basic_defconfig
+++ b/configs/stm32mp15_dhcom_basic_defconfig
@@ -25,7 +25,7 @@ CONFIG_BOOTDELAY=1
CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"
CONFIG_CONSOLE_MUX=y
CONFIG_BOARD_EARLY_INIT_F=y
-CONFIG_SPL_LEGACY_IMAGE_SUPPORT=y
+CONFIG_SPL_LEGACY_IMAGE_FORMAT=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=3
CONFIG_SPL_ENV_SUPPORT=y