diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-08-28 14:30:31 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-08-28 22:36:52 +0530 |
commit | c9319b3f204583f5c415db8865492a76ab9425b3 (patch) | |
tree | 4ba8b6b33cafd1e2d9f0033f785d91cc9c871106 /configs/Sinovoip_BPI_M3_defconfig | |
parent | 343ff161062880c5112b014c9181694bd01ee886 (diff) | |
download | u-boot-c9319b3f204583f5c415db8865492a76ab9425b3.tar.gz |
sunxi: bpi-m3: Enable eMMC
Add CONFIG_MMC_SUNXI_SLOT_EXTRA=2 to use eMMC on
BPI_M3 board.
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/Sinovoip_BPI_M3_defconfig')
-rw-r--r-- | configs/Sinovoip_BPI_M3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Sinovoip_BPI_M3_defconfig b/configs/Sinovoip_BPI_M3_defconfig index 45eadcb443..c53ade0c97 100644 --- a/configs/Sinovoip_BPI_M3_defconfig +++ b/configs/Sinovoip_BPI_M3_defconfig @@ -12,6 +12,7 @@ CONFIG_USB0_ID_DET="PH11" CONFIG_USB1_VBUS_PIN="PD24" CONFIG_AXP_GPIO=y CONFIG_SATAPWR="PD25" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_DEFAULT_DEVICE_TREE="sun8i-a83t-sinovoip-bpi-m3" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_CONSOLE_MUX=y |