From: Stefan Agner <stefan.agner@toradex.com>
Date: Tue, 8 Jan 2019 11:42:36 +0000 (+0100)
Subject: configs: colibri_imx7: use DFU for NAND instead of MMC
X-Git-Tag: v2025.01-rc5-pxa1908~3150^2~36
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=4849f7def2ad1502e6cc631aa5088d85fc66b890;p=u-boot.git

configs: colibri_imx7: use DFU for NAND instead of MMC

The colibri_imx7_defconfig is for Colibri iMX7 raw NAND devices.
Hence DFU for NAND is more useful then for MMC devices.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
---

diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
index 77a2f388cf..b2b906eb6d 100644
--- a/configs/colibri_imx7_defconfig
+++ b/configs/colibri_imx7_defconfig
@@ -51,7 +51,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx7-colibri-rawnand"
 CONFIG_ENV_IS_IN_NAND=y
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_FSL_CAAM=y
-CONFIG_DFU_MMC=y
+CONFIG_DFU_NAND=y
 CONFIG_DM_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y