diff mbox

[U-Boot,2/3] topic_miami(plus) defconfig: Enable DFU RAM support

Message ID 1484663304-26328-3-git-send-email-mike.looijmans@topic.nl
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Mike Looijmans Jan. 17, 2017, 2:28 p.m. UTC
Allow sending firmware to RAM. Without this, the DFU support was not
of much use.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
 configs/topic_miami_defconfig     | 1 +
 configs/topic_miamiplus_defconfig | 1 +
 2 files changed, 2 insertions(+)
diff mbox

Patch

diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig
index 261a530..22a6cb9 100644
--- a/configs/topic_miami_defconfig
+++ b/configs/topic_miami_defconfig
@@ -29,6 +29,7 @@  CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_EMBED=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
+CONFIG_DFU_RAM=y
 CONFIG_ZYNQ_SDHCI=y
 CONFIG_MMC_SDHCI=y
 CONFIG_SPI_FLASH=y
diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig
index a641b78..fa0212a 100644
--- a/configs/topic_miamiplus_defconfig
+++ b/configs/topic_miamiplus_defconfig
@@ -27,6 +27,7 @@  CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_EMBED=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
+CONFIG_DFU_RAM=y
 CONFIG_ZYNQ_SDHCI=y
 CONFIG_MMC_SDHCI=y
 CONFIG_SPI_FLASH=y