mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
11052ea20e
This reverts commit58d382d598
. This change was not needed on master. The patch was already correctly refreshed on the dunfell branch to be compatible with the v2020.01 U-Boot release. It was done in the following commit:d0bbc7334d
21 lines
721 B
Diff
21 lines
721 B
Diff
From b1e4b9672d7bdd4a6a4d08b1514b46af25996cc8 Mon Sep 17 00:00:00 2001
|
|
From: Florin Sarbu <florin@resin.io>
|
|
Date: Wed, 12 Sep 2018 14:22:49 +0200
|
|
Subject: [PATCH] nanopi_neo_air_defconfig: Enable eMMC support
|
|
|
|
Upstream-status: Pending
|
|
Signed-off-by: Florin Sarbu <florin@resin.io>
|
|
---
|
|
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
|
|
index baaccf145e..77fa1489e4 100644
|
|
--- a/configs/nanopi_neo_air_defconfig
|
|
+++ b/configs/nanopi_neo_air_defconfig
|
|
@@ -9,3 +9,4 @@ CONFIG_CONSOLE_MUX=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-neo-air"
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|
|
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|