summaryrefslogtreecommitdiff
path: root/configs/Cubietruck_plus_defconfig
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-09-22 10:26:28 +0300
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-03 20:12:06 +0300
commit818b2933055a2d444f43d94e2a7ffce0082fc56b (patch)
treed78ecef21ec11f155df017e096a66ca583f3dfe7 /configs/Cubietruck_plus_defconfig
parent1328a816214f3ad44f5fbee810431c8de2d6d071 (diff)
downloadu-boot-818b2933055a2d444f43d94e2a7ffce0082fc56b.tar.xz
sunxi: Enable eMMC on Cubietruck Plus
Set CONFIG_MMC_SUNXI_SLOT_EXTRA=2 to enable the eMMC controller to access eMMC on the board. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/Cubietruck_plus_defconfig')
-rw-r--r--configs/Cubietruck_plus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Cubietruck_plus_defconfig b/configs/Cubietruck_plus_defconfig
index 34444ec0bd..3d999192cb 100644
--- a/configs/Cubietruck_plus_defconfig
+++ b/configs/Cubietruck_plus_defconfig
@@ -4,6 +4,7 @@ CONFIG_MACH_SUN8I_A83T=y
CONFIG_DRAM_CLK=672
CONFIG_DRAM_ZQ=15355
CONFIG_DRAM_ODT_EN=y
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE"
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
CONFIG_USB0_ID_DET="PH11"