From a854a48c3c67bd99b4010dea69fd8f5e7835e558 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 29 May 2020 08:55:27 +0300 Subject: [PATCH] Update riscv64 configs This is a problem of initramfs (i.e. dracut) that we don't have MMC support (thus fail to mount disk). Signed-off-by: David Abdurachmanov --- kernel-riscv64-debug-fedora.config | 2 +- kernel-riscv64-fedora.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-riscv64-debug-fedora.config b/kernel-riscv64-debug-fedora.config index c761f1e2f..533b1627e 100644 --- a/kernel-riscv64-debug-fedora.config +++ b/kernel-riscv64-debug-fedora.config @@ -3026,8 +3026,8 @@ CONFIG_MMA7660=m # CONFIG_MMA9553 is not set # CONFIG_MMC35240 is not set CONFIG_MMC_ALCOR=m +CONFIG_MMC_BLOCK=m CONFIG_MMC_BLOCK_MINORS=8 -CONFIG_MMC_BLOCK=y CONFIG_MMC_CB710=m CONFIG_MMC_CQHCI=m # CONFIG_MMC_DEBUG is not set diff --git a/kernel-riscv64-fedora.config b/kernel-riscv64-fedora.config index 5e6f92f50..114c0e28d 100644 --- a/kernel-riscv64-fedora.config +++ b/kernel-riscv64-fedora.config @@ -3006,8 +3006,8 @@ CONFIG_MMA7660=m # CONFIG_MMA9553 is not set # CONFIG_MMC35240 is not set CONFIG_MMC_ALCOR=m +CONFIG_MMC_BLOCK=m CONFIG_MMC_BLOCK_MINORS=8 -CONFIG_MMC_BLOCK=y CONFIG_MMC_CB710=m CONFIG_MMC_CQHCI=m # CONFIG_MMC_DEBUG is not set