From 20577883451e8ea235807a7abfdc4bf81b9ebfa2 Mon Sep 17 00:00:00 2001
From: Norman Stetter <norman.stetter@garz-fricke.com>
Date: Thu, 28 Jan 2021 11:44:35 +0100
Subject: [PATCH] imx6:defconfig: build imx-sdma as module

When imx-sdma is built into the kernel the rootf, where the sdma
firmware binary is located is not ready when the driver tries to load
the firmware. This can be avoided by building the imx-sdma driver as a
module, so it gets loaded after the rootfs is ready

BCS 746-000154
---
 recipes-kernel/linux/linux-guf-5.4/imx6guf/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-guf-5.4/imx6guf/defconfig b/recipes-kernel/linux/linux-guf-5.4/imx6guf/defconfig
index 2230225a..6846625f 100644
--- a/recipes-kernel/linux/linux-guf-5.4/imx6guf/defconfig
+++ b/recipes-kernel/linux/linux-guf-5.4/imx6guf/defconfig
@@ -4602,7 +4602,7 @@ CONFIG_DMA_OF=y
 CONFIG_FSL_EDMA=y
 # CONFIG_FSL_QDMA is not set
 # CONFIG_IMX_DMA is not set
-CONFIG_IMX_SDMA=y
+CONFIG_IMX_SDMA=m
 # CONFIG_INTEL_IDMA64 is not set
 CONFIG_MXS_DMA=y
 CONFIG_MX3_IPU=y
-- 
GitLab