2022-04-13 09:31:24 +02:00
|
|
|
From 6a64d90ca4d976c16a2e102dbad0848e4d29776c Mon Sep 17 00:00:00 2001
|
2020-11-04 22:16:53 +01:00
|
|
|
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
|
|
|
|
|
2023-07-03 14:27:56 +02:00
|
|
|
Upstream-Status: Pending
|
2020-11-04 22:16:53 +01:00
|
|
|
Signed-off-by: Florin Sarbu <florin@resin.io>
|
2022-04-13 09:31:24 +02:00
|
|
|
|
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
|
2022-04-13 09:31:24 +02:00
|
|
|
index 806d95c1cc..8899cc3a15 100644
|
2018-09-12 14:50:33 +02:00
|
|
|
--- a/configs/nanopi_neo_air_defconfig
|
|
|
|
+++ b/configs/nanopi_neo_air_defconfig
|
2022-04-13 09:31:24 +02:00
|
|
|
@@ -9,3 +9,4 @@ CONFIG_DRAM_CLK=408
|
|
|
|
CONFIG_CONSOLE_MUX=y
|
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
|