From cf35ea1011861051731557f4ba00e0ff8ba9198d Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Fri, 14 Jun 2019 10:59:11 +0300 Subject: 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 Reviewed-by: Philippe Schenker --- configs/colibri-imx6ull_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/colibri-imx6ull_defconfig') diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-imx6ull_defconfig index c28a167f5b..2b57b5e41e 100644 --- a/configs/colibri-imx6ull_defconfig +++ b/configs/colibri-imx6ull_defconfig @@ -47,7 +47,6 @@ CONFIG_ENV_IS_IN_NAND=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_IP_DEFRAG=y CONFIG_TFTP_BLOCKSIZE=16352 -CONFIG_DFU_MMC=y CONFIG_DFU_NAND=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y -- cgit