commit | 6d932e67e9950a3a40cb77d2c92d565f4693b73a | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Thu Jan 17 13:43:02 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 26 08:13:54 2019 -0500 |
tree | 5519cea036d781633acfdf25ae10a41eb6c41b29 | |
parent | 4932fd62a338a6a3a4d232d1acfe33bb025d3075 [diff] |
spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU 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>