linux4.20: Support for Marvell Espressobin
Marvell Espressobin boards need to have their SD host controller driver (CONFIG_MMC_SDHCI_XENON) built-in to be able to boot a rootfs on the SD card. [skip ci]
This commit is contained in:
parent
f9eb38852d
commit
a09807c509
|
@ -6427,7 +6427,7 @@ CONFIG_MMC_TOSHIBA_PCI=y
|
|||
CONFIG_MMC_BCM2835=m
|
||||
CONFIG_MMC_MTK=y
|
||||
CONFIG_MMC_SDHCI_BRCMSTB=y
|
||||
CONFIG_MMC_SDHCI_XENON=m
|
||||
CONFIG_MMC_SDHCI_XENON=y
|
||||
CONFIG_MMC_SDHCI_OMAP=m
|
||||
CONFIG_MEMSTICK=m
|
||||
# CONFIG_MEMSTICK_DEBUG is not set
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux4.20'.
|
||||
pkgname=linux4.20
|
||||
version=4.20.0
|
||||
revision=1
|
||||
revision=2
|
||||
patch_args="-Np1"
|
||||
wrksrc="linux-${version%.*}"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
|
|
Loading…
Reference in New Issue