diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-01-08 12:42:36 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 13:02:08 +0100 |
commit | 4849f7def2ad1502e6cc631aa5088d85fc66b890 (patch) | |
tree | 2c390f6d078c2c2601842c5a0fc92d4479165e96 /configs | |
parent | edb411e2e6aeb7214641a53d78d1dc4a943290a0 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/colibri_imx7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |