]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
kconfig: add CONFIG_SUPPORT_SPL
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 20 Oct 2014 08:45:56 +0000 (17:45 +0900)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 21:54:10 +0000 (17:54 -0400)
commit02627356b6ec5512f68d2eabaac6ff325111542e
tree9d4621e3a05f3f7066bbe70fb587f9cc0219c8d8
parentd641819cf8e263723d1f630a6ba5ed38863a0688
kconfig: add CONFIG_SUPPORT_SPL

CONFIG_SPL should not be enabled for boards that do not have SPL.
CONFIG_SUPPORT_SPL introduced by this commit should be "select"ed
by boards with SPL support and CONFIG_SPL should depend on it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Kconfig
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/davinci/Kconfig
arch/arm/cpu/armv7/exynos/Kconfig
arch/arm/cpu/armv7/omap3/Kconfig
arch/microblaze/Kconfig
arch/powerpc/cpu/mpc5xxx/Kconfig
arch/powerpc/cpu/mpc83xx/Kconfig
arch/powerpc/cpu/mpc85xx/Kconfig
arch/powerpc/cpu/ppc4xx/Kconfig