diff options
author | Andrew Davis <afd@ti.com> | 2022-05-04 15:52:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-11 09:22:24 -0400 |
commit | 6665ab179532932f34162bc62d0240116f2e38ac (patch) | |
tree | 24b86bd26f4684214e55930ffd22732b18ebe103 /configs/axm_defconfig | |
parent | 21e25992c86306b41caafcf85efc47d66f5efa6e (diff) | |
download | u-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/axm_defconfig')
-rw-r--r-- | configs/axm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/axm_defconfig b/configs/axm_defconfig index 457bf76bd45..89b9f9faea7 100644 --- a/configs/axm_defconfig +++ b/configs/axm_defconfig @@ -35,7 +35,7 @@ CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run flash_self" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y -# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set +# CONFIG_SPL_LEGACY_IMAGE_FORMAT is not set CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_CRC32=y CONFIG_SPL_NAND_SUPPORT=y |