diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2019-06-14 10:59:10 +0300 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-08-09 10:01:34 -0700 |
commit | f028c9f437b02fcafcb78b651876b7e58d62e54b (patch) | |
tree | d91f74a6835980f650d1410cf4588cc582505fcb /configs/colibri_t20_defconfig | |
parent | b78d97ea4979d3028237fb4880697423e1438a31 (diff) |
colibri/apalis tegra: 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>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/colibri_t20_defconfig')
-rw-r--r-- | configs/colibri_t20_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig index 170a1b0b27..73d13bbb06 100644 --- a/configs/colibri_t20_defconfig +++ b/configs/colibri_t20_defconfig @@ -13,7 +13,6 @@ CONFIG_ARCH_MISC_INIT=y CONFIG_SPL_TEXT_BASE=0x00108000 CONFIG_SYS_PROMPT="Colibri T20 # " # CONFIG_CMD_IMI is not set -CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y @@ -39,8 +38,6 @@ CONFIG_ENV_IS_IN_NAND=y CONFIG_IP_DEFRAG=y CONFIG_TFTP_BLOCKSIZE=1536 CONFIG_SPL_DM=y -CONFIG_DFU_MMC=y -CONFIG_DFU_RAM=y CONFIG_SYS_I2C_TEGRA=y CONFIG_MTD=y CONFIG_MTD_UBI_FASTMAP=y |