]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: remove unneeded dependency on !SPL_BUILD
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 24 Feb 2015 13:26:21 +0000 (22:26 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:02:03 +0000 (14:02 +0200)
commit9cd29a9c588b68c7889da9ec0c1af9ad1198fa94
tree4076ddcc01f1ad5e625c0b1defc57ad63052a08d
parent45bec29075869d9831336802ce658126ac8c8449
kconfig: remove unneeded dependency on !SPL_BUILD

Now CONFIG_SPL_BUILD is not defined in Kconfig, so
"!depends on SPL_BUILD" and "if !SPL_BUILD" are redundant.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
22 files changed:
Kconfig
arch/arm/Kconfig
arch/arm/cpu/arm1176/bcm2835/Kconfig
arch/arm/cpu/armv7/exynos/Kconfig
arch/arm/cpu/armv7/omap3/Kconfig
arch/arm/cpu/armv7/s5pc1xx/Kconfig
arch/arm/cpu/armv7/uniphier/Kconfig
arch/arm/mach-tegra/Kconfig
board/compulab/cm_t335/Kconfig
board/gumstix/pepper/Kconfig
board/isee/igep0033/Kconfig
board/phytec/pcm051/Kconfig
board/samsung/goni/Kconfig
board/samsung/smdkc100/Kconfig
board/silica/pengwyn/Kconfig
board/ti/am335x/Kconfig
common/Kconfig
drivers/core/Kconfig
drivers/mtd/nand/Kconfig
dts/Kconfig
include/config_uncmd_spl.h
scripts/Makefile.uncmd_spl