diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2019-06-14 10:59:11 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 20:14:50 +0200 |
commit | cf35ea1011861051731557f4ba00e0ff8ba9198d (patch) | |
tree | 0cd7311d8b98f0362ab26e89494f71a3a1378867 /configs/colibri_imx6_defconfig | |
parent | 821d8d32cb935119b8bb3dcd5a8369c0120d24bd (diff) |
colibri/apalis imx: drop DFU support
We never really added a sensible DFU configuration for platforms
based on eMMC. Most of the things one might want to do can also be done
with UMS or fastboot, so drop the DFU configuration.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'configs/colibri_imx6_defconfig')
-rw-r--r-- | configs/colibri_imx6_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig index b343178b9c..f792a9ef5c 100644 --- a/configs/colibri_imx6_defconfig +++ b/configs/colibri_imx6_defconfig @@ -36,7 +36,6 @@ CONFIG_CMD_ASKENV=y CONFIG_CRC32_VERIFY=y CONFIG_CMD_MEMTEST=y CONFIG_SYS_ALT_MEMTEST=y -CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y @@ -55,7 +54,6 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_IP_DEFRAG=y CONFIG_TFTP_BLOCKSIZE=16352 -CONFIG_DFU_MMC=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y |