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

Mike Looijmans mike.looijmans at topic.nl
Tue Jan 17 09:54:25 CET 2017


Allow sending firmware to RAM. Without this, the DFU support was not
of much use.

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

diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig
index ddc7462..13453e4 100644
--- a/configs/topic_miami_defconfig
+++ b/configs/topic_miami_defconfig
@@ -28,6 +28,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 dded3bb..3cc7377 100644
--- a/configs/topic_miamiplus_defconfig
+++ b/configs/topic_miamiplus_defconfig
@@ -26,6 +26,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
-- 
1.9.1



More information about the U-Boot mailing list