Allow sending firmware to RAM. Without this, the DFU support was not of much use.
Signed-off-by: Mike Looijmans <mike.looijm...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot