* [U-Boot] [PATCH 0/2] colibri/apalis tegra/imx: drop DFU support
@ 2019-06-14 7:59 Igor Opaniuk
2019-06-14 7:59 ` [U-Boot] [PATCH 1/2] colibri/apalis tegra: " Igor Opaniuk
2019-06-14 7:59 ` [U-Boot] [PATCH 2/2] colibri/apalis imx: " Igor Opaniuk
0 siblings, 2 replies; 6+ messages in thread
From: Igor Opaniuk @ 2019-06-14 7:59 UTC (permalink / raw)
To: u-boot
From: Igor Opaniuk <igor.opaniuk@toradex.com>
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.
Igor Opaniuk (2):
colibri/apalis tegra: drop DFU support
colibri/apalis imx: drop DFU support
configs/apalis-tk1_defconfig | 3 ---
configs/apalis_imx6_defconfig | 2 --
configs/apalis_t30_defconfig | 3 ---
configs/colibri-imx6ull_defconfig | 1 -
configs/colibri_imx6_defconfig | 2 --
configs/colibri_imx7_emmc_defconfig | 2 --
configs/colibri_t20_defconfig | 3 ---
configs/colibri_t30_defconfig | 3 ---
8 files changed, 19 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 1/2] colibri/apalis tegra: drop DFU support
2019-06-14 7:59 [U-Boot] [PATCH 0/2] colibri/apalis tegra/imx: drop DFU support Igor Opaniuk
@ 2019-06-14 7:59 ` Igor Opaniuk
2019-07-10 12:35 ` Philippe Schenker
2019-06-14 7:59 ` [U-Boot] [PATCH 2/2] colibri/apalis imx: " Igor Opaniuk
1 sibling, 1 reply; 6+ messages in thread
From: Igor Opaniuk @ 2019-06-14 7:59 UTC (permalink / raw)
To: u-boot
From: Igor Opaniuk <igor.opaniuk@toradex.com>
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>
---
configs/apalis-tk1_defconfig | 3 ---
configs/apalis_t30_defconfig | 3 ---
configs/colibri_t20_defconfig | 3 ---
configs/colibri_t30_defconfig | 3 ---
4 files changed, 12 deletions(-)
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
index 946858e48e..e62cef713a 100644
--- a/configs/apalis-tk1_defconfig
+++ b/configs/apalis-tk1_defconfig
@@ -17,7 +17,6 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_SPL_TEXT_BASE=0x80108000
CONFIG_SYS_PROMPT="Apalis TK1 # "
# CONFIG_CMD_IMI is not set
-CONFIG_CMD_DFU=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
@@ -32,8 +31,6 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_OF_LIVE=y
CONFIG_DEFAULT_DEVICE_TREE="tegra124-apalis"
CONFIG_SPL_DM=y
-CONFIG_DFU_MMC=y
-CONFIG_DFU_RAM=y
CONFIG_SYS_I2C_TEGRA=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK=y
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
index d231ccdb49..a4af07cfc7 100644
--- a/configs/apalis_t30_defconfig
+++ b/configs/apalis_t30_defconfig
@@ -14,7 +14,6 @@ CONFIG_ARCH_MISC_INIT=y
CONFIG_SPL_TEXT_BASE=0x80108000
CONFIG_SYS_PROMPT="Apalis T30 # "
# CONFIG_CMD_IMI is not set
-CONFIG_CMD_DFU=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
@@ -29,8 +28,6 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_OF_LIVE=y
CONFIG_DEFAULT_DEVICE_TREE="tegra30-apalis"
CONFIG_SPL_DM=y
-CONFIG_DFU_MMC=y
-CONFIG_DFU_RAM=y
CONFIG_SYS_I2C_TEGRA=y
CONFIG_E1000=y
CONFIG_PCI=y
diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig
index e652ebc5a5..199241000c 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
@@ -37,8 +36,6 @@ CONFIG_OF_LIVE=y
CONFIG_DEFAULT_DEVICE_TREE="tegra20-colibri"
CONFIG_ENV_IS_IN_NAND=y
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
diff --git a/configs/colibri_t30_defconfig b/configs/colibri_t30_defconfig
index 99be27823d..f9f337457d 100644
--- a/configs/colibri_t30_defconfig
+++ b/configs/colibri_t30_defconfig
@@ -14,7 +14,6 @@ CONFIG_ARCH_MISC_INIT=y
CONFIG_SPL_TEXT_BASE=0x80108000
CONFIG_SYS_PROMPT="Colibri T30 # "
# CONFIG_CMD_IMI is not set
-CONFIG_CMD_DFU=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
@@ -28,8 +27,6 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_OF_LIVE=y
CONFIG_DEFAULT_DEVICE_TREE="tegra30-colibri"
CONFIG_SPL_DM=y
-CONFIG_DFU_MMC=y
-CONFIG_DFU_RAM=y
CONFIG_SYS_I2C_TEGRA=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/2] colibri/apalis imx: drop DFU support
2019-06-14 7:59 [U-Boot] [PATCH 0/2] colibri/apalis tegra/imx: drop DFU support Igor Opaniuk
2019-06-14 7:59 ` [U-Boot] [PATCH 1/2] colibri/apalis tegra: " Igor Opaniuk
@ 2019-06-14 7:59 ` Igor Opaniuk
2019-07-10 12:35 ` Philippe Schenker
2019-07-20 8:51 ` sbabic at denx.de
1 sibling, 2 replies; 6+ messages in thread
From: Igor Opaniuk @ 2019-06-14 7:59 UTC (permalink / raw)
To: u-boot
From: Igor Opaniuk <igor.opaniuk@toradex.com>
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>
---
configs/apalis_imx6_defconfig | 2 --
configs/colibri-imx6ull_defconfig | 1 -
configs/colibri_imx6_defconfig | 2 --
configs/colibri_imx7_emmc_defconfig | 2 --
4 files changed, 7 deletions(-)
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
index bcf7444311..e9995583d3 100644
--- a/configs/apalis_imx6_defconfig
+++ b/configs/apalis_imx6_defconfig
@@ -38,7 +38,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_DEFAULT_DEVICE_TREE="imx6-apalis"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_DWC_AHSATA=y
-CONFIG_DFU_MMC=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-imx6ull_defconfig
index 133df9e723..8f09f1b3d6 100644
--- a/configs/colibri-imx6ull_defconfig
+++ b/configs/colibri-imx6ull_defconfig
@@ -46,7 +46,6 @@ CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6ull-colibri"
CONFIG_ENV_IS_IN_NAND=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
-CONFIG_DFU_MMC=y
CONFIG_DFU_NAND=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig
index 59d4ab0a04..7dbbfe5d76 100644
--- a/configs/colibri_imx6_defconfig
+++ b/configs/colibri_imx6_defconfig
@@ -37,7 +37,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
@@ -54,7 +53,6 @@ CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6-colibri"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
-CONFIG_DFU_MMC=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig
index bb11524794..299c42789e 100644
--- a/configs/colibri_imx7_emmc_defconfig
+++ b/configs/colibri_imx7_emmc_defconfig
@@ -25,7 +25,6 @@ CONFIG_SYS_PROMPT="Colibri iMX7 # "
CONFIG_CMD_ASKENV=y
CONFIG_CRC32_VERIFY=y
CONFIG_CMD_MEMTEST=y
-CONFIG_CMD_DFU=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
# CONFIG_RANDOM_UUID is not set
@@ -42,7 +41,6 @@ CONFIG_DEFAULT_DEVICE_TREE="imx7-colibri-emmc"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_FSL_CAAM=y
-CONFIG_DFU_MMC=y
CONFIG_DM_GPIO=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 1/2] colibri/apalis tegra: drop DFU support
2019-06-14 7:59 ` [U-Boot] [PATCH 1/2] colibri/apalis tegra: " Igor Opaniuk
@ 2019-07-10 12:35 ` Philippe Schenker
0 siblings, 0 replies; 6+ messages in thread
From: Philippe Schenker @ 2019-07-10 12:35 UTC (permalink / raw)
To: u-boot
On Fri, 2019-06-14 at 10:59 +0300, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> 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>
> ---
> configs/apalis-tk1_defconfig | 3 ---
> configs/apalis_t30_defconfig | 3 ---
> configs/colibri_t20_defconfig | 3 ---
> configs/colibri_t30_defconfig | 3 ---
> 4 files changed, 12 deletions(-)
>
> diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
> index 946858e48e..e62cef713a 100644
> --- a/configs/apalis-tk1_defconfig
> +++ b/configs/apalis-tk1_defconfig
> @@ -17,7 +17,6 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
> CONFIG_SPL_TEXT_BASE=0x80108000
> CONFIG_SYS_PROMPT="Apalis TK1 # "
> # CONFIG_CMD_IMI is not set
> -CONFIG_CMD_DFU=y
> # CONFIG_CMD_FLASH is not set
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_I2C=y
> @@ -32,8 +31,6 @@ CONFIG_CMD_EXT4_WRITE=y
> CONFIG_OF_LIVE=y
> CONFIG_DEFAULT_DEVICE_TREE="tegra124-apalis"
> CONFIG_SPL_DM=y
> -CONFIG_DFU_MMC=y
> -CONFIG_DFU_RAM=y
> CONFIG_SYS_I2C_TEGRA=y
> CONFIG_SUPPORT_EMMC_BOOT=y
> CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK=y
> diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
> index d231ccdb49..a4af07cfc7 100644
> --- a/configs/apalis_t30_defconfig
> +++ b/configs/apalis_t30_defconfig
> @@ -14,7 +14,6 @@ CONFIG_ARCH_MISC_INIT=y
> CONFIG_SPL_TEXT_BASE=0x80108000
> CONFIG_SYS_PROMPT="Apalis T30 # "
> # CONFIG_CMD_IMI is not set
> -CONFIG_CMD_DFU=y
> # CONFIG_CMD_FLASH is not set
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_I2C=y
> @@ -29,8 +28,6 @@ CONFIG_CMD_EXT4_WRITE=y
> CONFIG_OF_LIVE=y
> CONFIG_DEFAULT_DEVICE_TREE="tegra30-apalis"
> CONFIG_SPL_DM=y
> -CONFIG_DFU_MMC=y
> -CONFIG_DFU_RAM=y
> CONFIG_SYS_I2C_TEGRA=y
> CONFIG_E1000=y
> CONFIG_PCI=y
> diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig
> index e652ebc5a5..199241000c 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
> @@ -37,8 +36,6 @@ CONFIG_OF_LIVE=y
> CONFIG_DEFAULT_DEVICE_TREE="tegra20-colibri"
> CONFIG_ENV_IS_IN_NAND=y
> 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
> diff --git a/configs/colibri_t30_defconfig b/configs/colibri_t30_defconfig
> index 99be27823d..f9f337457d 100644
> --- a/configs/colibri_t30_defconfig
> +++ b/configs/colibri_t30_defconfig
> @@ -14,7 +14,6 @@ CONFIG_ARCH_MISC_INIT=y
> CONFIG_SPL_TEXT_BASE=0x80108000
> CONFIG_SYS_PROMPT="Colibri T30 # "
> # CONFIG_CMD_IMI is not set
> -CONFIG_CMD_DFU=y
> # CONFIG_CMD_FLASH is not set
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_I2C=y
> @@ -28,8 +27,6 @@ CONFIG_CMD_EXT4_WRITE=y
> CONFIG_OF_LIVE=y
> CONFIG_DEFAULT_DEVICE_TREE="tegra30-colibri"
> CONFIG_SPL_DM=y
> -CONFIG_DFU_MMC=y
> -CONFIG_DFU_RAM=y
> CONFIG_SYS_I2C_TEGRA=y
> CONFIG_SYS_NS16550=y
> CONFIG_USB=y
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/2] colibri/apalis imx: drop DFU support
2019-06-14 7:59 ` [U-Boot] [PATCH 2/2] colibri/apalis imx: " Igor Opaniuk
@ 2019-07-10 12:35 ` Philippe Schenker
2019-07-20 8:51 ` sbabic at denx.de
1 sibling, 0 replies; 6+ messages in thread
From: Philippe Schenker @ 2019-07-10 12:35 UTC (permalink / raw)
To: u-boot
On Fri, 2019-06-14 at 10:59 +0300, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> 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>
> ---
> configs/apalis_imx6_defconfig | 2 --
> configs/colibri-imx6ull_defconfig | 1 -
> configs/colibri_imx6_defconfig | 2 --
> configs/colibri_imx7_emmc_defconfig | 2 --
> 4 files changed, 7 deletions(-)
>
> diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
> index bcf7444311..e9995583d3 100644
> --- a/configs/apalis_imx6_defconfig
> +++ b/configs/apalis_imx6_defconfig
> @@ -38,7 +38,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_DEFAULT_DEVICE_TREE="imx6-apalis"
> CONFIG_ENV_IS_IN_MMC=y
> CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> CONFIG_DWC_AHSATA=y
> -CONFIG_DFU_MMC=y
> CONFIG_DM_GPIO=y
> CONFIG_DM_I2C=y
> CONFIG_DM_MMC=y
> diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-
> imx6ull_defconfig
> index 133df9e723..8f09f1b3d6 100644
> --- a/configs/colibri-imx6ull_defconfig
> +++ b/configs/colibri-imx6ull_defconfig
> @@ -46,7 +46,6 @@ CONFIG_OF_CONTROL=y
> CONFIG_DEFAULT_DEVICE_TREE="imx6ull-colibri"
> CONFIG_ENV_IS_IN_NAND=y
> CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> -CONFIG_DFU_MMC=y
> CONFIG_DFU_NAND=y
> CONFIG_DM_GPIO=y
> CONFIG_DM_I2C=y
> diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig
> index 59d4ab0a04..7dbbfe5d76 100644
> --- a/configs/colibri_imx6_defconfig
> +++ b/configs/colibri_imx6_defconfig
> @@ -37,7 +37,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
> @@ -54,7 +53,6 @@ CONFIG_OF_CONTROL=y
> CONFIG_DEFAULT_DEVICE_TREE="imx6-colibri"
> CONFIG_ENV_IS_IN_MMC=y
> CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> -CONFIG_DFU_MMC=y
> CONFIG_DM_GPIO=y
> CONFIG_DM_I2C=y
> CONFIG_DM_MMC=y
> diff --git a/configs/colibri_imx7_emmc_defconfig
> b/configs/colibri_imx7_emmc_defconfig
> index bb11524794..299c42789e 100644
> --- a/configs/colibri_imx7_emmc_defconfig
> +++ b/configs/colibri_imx7_emmc_defconfig
> @@ -25,7 +25,6 @@ CONFIG_SYS_PROMPT="Colibri iMX7 # "
> CONFIG_CMD_ASKENV=y
> CONFIG_CRC32_VERIFY=y
> CONFIG_CMD_MEMTEST=y
> -CONFIG_CMD_DFU=y
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_GPT=y
> # CONFIG_RANDOM_UUID is not set
> @@ -42,7 +41,6 @@ CONFIG_DEFAULT_DEVICE_TREE="imx7-colibri-emmc"
> CONFIG_ENV_IS_IN_MMC=y
> CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> CONFIG_FSL_CAAM=y
> -CONFIG_DFU_MMC=y
> CONFIG_DM_GPIO=y
> CONFIG_DM_I2C=y
> CONFIG_DM_MMC=y
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/2] colibri/apalis imx: drop DFU support
2019-06-14 7:59 ` [U-Boot] [PATCH 2/2] colibri/apalis imx: " Igor Opaniuk
2019-07-10 12:35 ` Philippe Schenker
@ 2019-07-20 8:51 ` sbabic at denx.de
1 sibling, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2019-07-20 8:51 UTC (permalink / raw)
To: u-boot
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> 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>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-07-20 8:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-14 7:59 [U-Boot] [PATCH 0/2] colibri/apalis tegra/imx: drop DFU support Igor Opaniuk
2019-06-14 7:59 ` [U-Boot] [PATCH 1/2] colibri/apalis tegra: " Igor Opaniuk
2019-07-10 12:35 ` Philippe Schenker
2019-06-14 7:59 ` [U-Boot] [PATCH 2/2] colibri/apalis imx: " Igor Opaniuk
2019-07-10 12:35 ` Philippe Schenker
2019-07-20 8:51 ` sbabic at denx.de
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox