diff options
| author | Andrew Davis <[email protected]> | 2022-05-04 15:52:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-11 09:22:24 -0400 |
| commit | 6665ab179532932f34162bc62d0240116f2e38ac (patch) | |
| tree | 24b86bd26f4684214e55930ffd22732b18ebe103 /configs/mx6sabreauto_defconfig | |
| parent | 21e25992c86306b41caafcf85efc47d66f5efa6e (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/mx6sabreauto_defconfig')
| -rw-r--r-- | configs/mx6sabreauto_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 0c7aaa6a20f..053026daa31 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -32,7 +32,7 @@ CONFIG_BOOTCOMMAND="run findfdt;mmc dev ${mmcdev};if mmc rescan; then if run loa # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y -CONFIG_SPL_LEGACY_IMAGE_SUPPORT=y +CONFIG_SPL_LEGACY_IMAGE_FORMAT=y CONFIG_SPL_FIT_IMAGE_TINY=y CONFIG_SPL_FS_EXT4=y CONFIG_SPL_I2C=y |
