diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-10-08 15:23:38 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-10-30 13:29:06 -0600 |
commit | 4594ac07847f5c7fe7294ce6c71849fea0a431e0 (patch) | |
tree | 26d0bd2224adb7517fb5bcb6af4112a5ad62508d /arch/arm/mach-rockchip/rk3288 | |
parent | 3f3e1e33957586e678704ce8276210c1758d031b (diff) | |
download | u-boot-imx-4594ac07847f5c7fe7294ce6c71849fea0a431e0.zip u-boot-imx-4594ac07847f5c7fe7294ce6c71849fea0a431e0.tar.gz u-boot-imx-4594ac07847f5c7fe7294ce6c71849fea0a431e0.tar.bz2 |
rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT
SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of
inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM
defined.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3288')
-rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 94863a9..c53d2e2 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -81,9 +81,6 @@ config SPL_LIBCOMMON_SUPPORT config SPL_LIBGENERIC_SUPPORT default y -config SPL_MMC_SUPPORT - default y - config SPL_SERIAL_SUPPORT default y |