From: Jaehoon Chung Date: Mon, 22 Jul 2024 06:46:12 +0000 (+0900) Subject: RISCV: configs: tizen_bpif3: Disable REMOTEPROC config X-Git-Tag: accepted/tizen/unified/x/20240725.154558~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63f316287c9d74edc6c861ec9893aaa37393794c;p=platform%2Fkernel%2Flinux-riscv.git RISCV: configs: tizen_bpif3: Disable REMOTEPROC config Disable REMOTEPROC configuration. It's requesting to load the firmware esos.elf during booting time. It's including in vendor initramfs. So it will be stuck during booting with tizen ramdisk, because tizen doesn't include esos.elf. [ 5.190921] remoteproc remoteproc0: Direct firmware load for esos.elf failed with error -2 Change-Id: Ia4a85e18e304247b4e19190ecf5874d0454ca593 Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/configs/tizen_bpif3_defconfig b/arch/riscv/configs/tizen_bpif3_defconfig index a013109c4aca..8be569296bda 100644 --- a/arch/riscv/configs/tizen_bpif3_defconfig +++ b/arch/riscv/configs/tizen_bpif3_defconfig @@ -684,8 +684,6 @@ CONFIG_MAILBOX=y CONFIG_SPACEMIT_MAILBOX=y CONFIG_K1X_MAILBOX=y # CONFIG_IOMMU_SUPPORT is not set -CONFIG_REMOTEPROC=y -CONFIG_K1X_REMOTEPROC=y CONFIG_RPMSG_VIRTIO=y # CONFIG_DPAA2_CONSOLE is not set CONFIG_SPACEMIT_PM_DOMAINS=y