Opi Plus detects eMMC and SD card with single uboot. Implementation to Armbian installer follows
This commit is contained in:
parent
057ee6ebbb
commit
7779e2db9f
@ -30,9 +30,10 @@ diff -Nur a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
|
||||
diff -Nur a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
|
||||
--- a/configs/orangepi_plus_defconfig 2016-02-15 22:44:30.000000000 +0100
|
||||
+++ b/configs/orangepi_plus_defconfig 2016-02-19 00:59:04.440204776 +0100
|
||||
@@ -12,3 +12,5 @@
|
||||
@@ -12,3 +12,6 @@
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
# CONFIG_CMD_FPGA is not set
|
||||
CONFIG_CMD_GPIO=y
|
||||
+CONFIG_DM=y
|
||||
+CONFIG_DM_GPIO=y
|
||||
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user