]> Git Repo - J-u-boot.git/commit
spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
authorAndrew F. Davis <[email protected]>
Thu, 17 Jan 2019 19:43:02 +0000 (13:43 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
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
This page took 0.037196 seconds and 4 git commands to generate.