[PATCH 20/27] board: licheepi_nano: set CONFIG_MMC_SUNXI_SLOT_EXTRA

Yifan Gu me at yifangu.com
Mon Jul 26 01:16:29 CEST 2021


---
 configs/licheepi_nano_defconfig          | 1 +
 configs/licheepi_nano_spiflash_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig
index 6e455baadf..6ea73c6408 100644
--- a/configs/licheepi_nano_defconfig
+++ b/configs/licheepi_nano_defconfig
@@ -7,3 +7,4 @@ CONFIG_DRAM_ZQ=0
 CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c100s-licheepi-nano"
 CONFIG_SPL=y
 # CONFIG_SPL_DM_SERIAL is not set
+CONFIG_MMC_SUNXI_SLOT_EXTRA=1
diff --git a/configs/licheepi_nano_spiflash_defconfig b/configs/licheepi_nano_spiflash_defconfig
index 07b6a27dbe..c3b7fdd67d 100644
--- a/configs/licheepi_nano_spiflash_defconfig
+++ b/configs/licheepi_nano_spiflash_defconfig
@@ -23,3 +23,4 @@ CONFIG_SPL_SPI_SUNXI=y
 # CONFIG_SPL_DM_SERIAL is not set
 CONFIG_DM_SPI=y
 CONFIG_SUN6I_SPI=y
+CONFIG_MMC_SUNXI_SLOT_EXTRA=1
-- 
2.25.1



More information about the U-Boot mailing list