commit | 360ec6ab75116c6c28f8445a50a677c19cc662c0 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Wed May 04 15:52:25 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed May 11 09:22:24 2022 -0400 |
tree | 24b86bd26f4684214e55930ffd22732b18ebe103 | |
parent | 823e920f1dc38aac4e001c0723cbff627c5d9de1 [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 <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>