From: Meng Li <[email protected]> After applying latest sdk patch to kernel tree, the kernel config CONFIG_MMC_OOPS had been removed, it is insteaded with kernel config CONFIG_MMC_PSTORE_BACKEND.
Signed-off-by: Meng Li <[email protected]> --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg b/bsp/marvell-cn106xx/marvell-cn106xx.cfg index 4858b932..00479bdd 100644 --- a/bsp/marvell-cn106xx/marvell-cn106xx.cfg +++ b/bsp/marvell-cn106xx/marvell-cn106xx.cfg @@ -65,7 +65,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y CONFIG_MMC=y CONFIG_MMC_CAVIUM_THUNDERX=y CONFIG_PSTORE=y -CONFIG_MMC_OOPS=y +CONFIG_MMC_PSTORE_BACKEND=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_CADENCE=y -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10062): https://lists.yoctoproject.org/g/linux-yocto/message/10062 Mute This Topic: https://lists.yoctoproject.org/mt/84013495/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
