spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
authorAndrew F. Davis <afd@ti.com>
Thu, 17 Jan 2019 19:43:02 +0000 (13:43 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:54 +0000 (08:13 -0500)
commit6536ca4d6676bf38e50784298e713edc30b9cde9
tree5519cea036d781633acfdf25ae10a41eb6c41b29
parent70dbbd7269c2fc1c096830e448a97862ad87fd2a
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>
arch/arm/mach-omap2/boot-common.c
arch/arm/mach-zynqmp/spl.c
common/Makefile
common/spl/Kconfig
common/spl/Makefile
common/spl/spl_ram.c
drivers/Makefile
drivers/usb/gadget/Makefile
include/configs/dra7xx_evm.h
include/configs/xilinx_zynqmp.h