diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-09-22 15:26:28 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-03 19:12:06 +0200 |
commit | 818b2933055a2d444f43d94e2a7ffce0082fc56b (patch) | |
tree | d78ecef21ec11f155df017e096a66ca583f3dfe7 /configs/Cubietruck_plus_defconfig | |
parent | 1328a816214f3ad44f5fbee810431c8de2d6d071 (diff) | |
download | u-boot-818b2933055a2d444f43d94e2a7ffce0082fc56b.tar.gz u-boot-818b2933055a2d444f43d94e2a7ffce0082fc56b.tar.bz2 u-boot-818b2933055a2d444f43d94e2a7ffce0082fc56b.zip |
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_defconfig | 1 |
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" |