Skip to content

Commit 5a7374e

Browse files
ziswilerShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: build imx sdma driver as module
Build CONFIG_IMX_SDMA as a module to avoid the following boot issue: [ 5.214751] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 [ 5.215762] imx-sdma 20ec000.sdma: Falling back to sysfs fallback for: imx/sdma/sdma-imx6q.bin Signed-off-by: Marcel Ziswiler <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent e2f42a9 commit 5a7374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ CONFIG_RTC_DRV_MXC_V2=y
379379
CONFIG_RTC_DRV_SNVS=y
380380
CONFIG_DMADEVICES=y
381381
CONFIG_FSL_EDMA=y
382-
CONFIG_IMX_SDMA=y
382+
CONFIG_IMX_SDMA=m
383383
CONFIG_MXS_DMA=y
384384
CONFIG_DMATEST=m
385385
CONFIG_STAGING=y

0 commit comments

Comments
 (0)