diff options
| author | Tom Rini <trini@konsulko.com> | 2019-01-25 12:03:31 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-01-25 12:04:16 -0500 |
| commit | 7196ce7ab79684166b4490c2959a142e5cfd7bbc (patch) | |
| tree | 918187182451d280fae30e9a12334ad1087b1856 /include | |
| parent | d01806a8fcbdaedcc67cead56ece572021d97ab7 (diff) | |
| download | u-boot-7196ce7ab79684166b4490c2959a142e5cfd7bbc.tar.gz u-boot-7196ce7ab79684166b4490c2959a142e5cfd7bbc.tar.xz u-boot-7196ce7ab79684166b4490c2959a142e5cfd7bbc.zip | |
configs: Migrate CONFIG_DFU_MMC again
A few platforms recently added in CONFIG_DFU_MMC under include/configs
rather than via the defconfig, update them.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/apalis_imx6.h | 4 | ||||
| -rw-r--r-- | include/configs/colibri_imx6.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 135b3c9584..ba4e96da50 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -83,10 +83,6 @@ #define CONFIG_USBD_HS #define CONFIG_USB_GADGET_MASS_STORAGE -/* USB DFU */ -#define CONFIG_DFU_MMC - -/* Miscellaneous commands */ /* Framebuffer and LCD */ #define CONFIG_VIDEO_IPUV3 diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 7eb87cada6..2d40ceb24e 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -71,10 +71,6 @@ #define CONFIG_USBD_HS #define CONFIG_USB_GADGET_MASS_STORAGE -/* USB DFU */ -#define CONFIG_DFU_MMC - -/* Miscellaneous commands */ /* Framebuffer and LCD */ #define CONFIG_VIDEO_IPUV3 |
