2020-11-04 22:16:53 +01:00
|
|
|
From b1e4b9672d7bdd4a6a4d08b1514b46af25996cc8 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Florin Sarbu <florin@resin.io>
|
|
|
|
Date: Wed, 12 Sep 2018 14:22:49 +0200
|
2018-09-12 14:50:33 +02:00
|
|
|
Subject: [PATCH] nanopi_neo_air_defconfig: Enable eMMC support
|
|
|
|
|
2020-11-04 22:16:53 +01:00
|
|
|
Upstream-status: Pending
|
|
|
|
Signed-off-by: Florin Sarbu <florin@resin.io>
|
2018-09-12 14:50:33 +02:00
|
|
|
---
|
|
|
|
configs/nanopi_neo_air_defconfig | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/configs/nanopi_neo_air_defconfig b/configs/nanopi_neo_air_defconfig
|
2020-11-04 22:16:53 +01:00
|
|
|
index baaccf145e..77fa1489e4 100644
|
2018-09-12 14:50:33 +02:00
|
|
|
--- a/configs/nanopi_neo_air_defconfig
|
|
|
|
+++ b/configs/nanopi_neo_air_defconfig
|
2020-11-04 22:16:53 +01:00
|
|
|
@@ -9,3 +9,4 @@ CONFIG_CONSOLE_MUX=y
|
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-neo-air"
|
2018-11-10 19:58:32 +01:00
|
|
|
CONFIG_USB_EHCI_HCD=y
|
2019-08-30 20:04:12 +02:00
|
|
|
CONFIG_USB_OHCI_HCD=y
|
2018-09-12 14:50:33 +02:00
|
|
|
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|