Commits
Andrew F. Davis committed ab3866020e8
spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU commit 6536ca4d6676bf38e50784298e713edc30b9cde9 upstream. The symbol CONFIG_SPL_DFU_SUPPORT in SPL build has the same meaning as CONFIG_DFU in regular U-Boot. Drop the _SUPPORT to allow for cleaner use in code. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Lukasz Majewski <lukma@denx.de>