projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3e1e3
)
rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT
author
Kever Yang
<kever.yang@rock-chips.com>
Sat, 8 Oct 2016 07:23:38 +0000
(15:23 +0800)
committer
Simon Glass
<sjg@chromium.org>
Sun, 30 Oct 2016 19:29:06 +0000
(13:29 -0600)
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>
arch/arm/mach-rockchip/rk3288/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3288/Kconfig
b/arch/arm/mach-rockchip/rk3288/Kconfig
index
94863a9
..
c53d2e2
100644
(file)
--- 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