[U-Boot] [PATCH 2/3] topic_miami(plus) defconfig: Enable DFU RAM support
Mike Looijmans
mike.looijmans at topic.nl
Tue Jan 17 15:28:23 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 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
--
1.9.1
More information about the U-Boot
mailing list