diff --git a/config/kernel/linux-imx7d-current.config b/config/kernel/linux-imx7d-current.config index 2d3058e3e2..bf8da8ec83 100644 --- a/config/kernel/linux-imx7d-current.config +++ b/config/kernel/linux-imx7d-current.config @@ -5046,7 +5046,7 @@ CONFIG_FSL_EDMA=y # CONFIG_FSL_QDMA is not set # CONFIG_FSL_EDMA_V3 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_MXC_PXP_V2=y diff --git a/patch/u-boot/u-boot-imx7d-current/u-boot-update-boot-scripts.patch b/patch/u-boot/u-boot-imx7d-current/u-boot-update-boot-scripts.patch index 689edcc800..0b0a852540 100644 --- a/patch/u-boot/u-boot-imx7d-current/u-boot-update-boot-scripts.patch +++ b/patch/u-boot/u-boot-imx7d-current/u-boot-update-boot-scripts.patch @@ -45,7 +45,7 @@ index 5a2fef79..0df9d538 100644 + "fi;\0" \ + "loadenv="\ + "if ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} /boot/armbianEnv.txt; then " \ -+ "env import -t ${load_addr} ${filesize};" \ ++ "env import -t ${loadaddr} ${filesize};" \ "fi;\0" \ #define CONFIG_BOOTCOMMAND \ diff --git a/patch/u-boot/u-boot-imx7d-legacy/u-boot-update-boot-scripts.patch b/patch/u-boot/u-boot-imx7d-legacy/u-boot-update-boot-scripts.patch index 88f1c95750..042a498a3d 100644 --- a/patch/u-boot/u-boot-imx7d-legacy/u-boot-update-boot-scripts.patch +++ b/patch/u-boot/u-boot-imx7d-legacy/u-boot-update-boot-scripts.patch @@ -54,7 +54,7 @@ index f5171bb..922bf63 100644 + "fi;\0" \ + "loadenv="\ + "if ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} /boot/armbianEnv.txt; then " \ -+ "env import -t ${load_addr} ${filesize};" \ ++ "env import -t ${loadaddr} ${filesize};" \ "fi;\0" \ #define CONFIG_BOOTCOMMAND \