Add eMMC support for Cubieboard2

This commit is contained in:
Igor Pecovnik 2017-05-03 19:18:52 +02:00
parent 533c6e5cc8
commit 088f758fe9

View file

@ -0,0 +1,12 @@
diff --git a/configs/Cubieboard2_defconfig b/configs/Cubieboard2_defconfig
old mode 100644
new mode 100755
index 2667fc6..15331a1
--- a/configs/Cubieboard2_defconfig
+++ b/configs/Cubieboard2_defconfig
@@ -17,3 +17,4 @@ CONFIG_SPL_I2C_SUPPORT=y
# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_ETH_DESIGNWARE=y
CONFIG_USB_EHCI_HCD=y
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
\ No newline at end of file