spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT
authorAndrew Davis <afd@ti.com>
Wed, 4 May 2022 20:52:25 +0000 (15:52 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 May 2022 13:22:24 +0000 (09:22 -0400)
commit6665ab179532932f34162bc62d0240116f2e38ac
tree24b86bd26f4684214e55930ffd22732b18ebe103
parent21e25992c86306b41caafcf85efc47d66f5efa6e
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>
13 files changed:
common/spl/Kconfig
common/spl/Makefile
common/spl/spl_nor.c
configs/axm_defconfig
configs/imx8mm_data_modul_edm_sbc_defconfig
configs/imx8mn_evk_defconfig
configs/kontron-sl-mx6ul_defconfig
configs/mx6sabreauto_defconfig
configs/mx6sabresd_defconfig
configs/openpiton_riscv64_spl_defconfig
configs/stm32mp15_dhcom_basic_defconfig
configs/stm32mp15_dhcor_basic_defconfig
configs/taurus_defconfig