From 2e0583b67ec45d94af3e2dda9891e8bfc9ef126f Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 10 Feb 2017 13:57:35 +0100 Subject: xilinx: Align defconfig with current Kconfig order Keep all defconfig sorted to ensure the smallest diff. Signed-off-by: Michal Simek --- configs/topic_miamiplus_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/topic_miamiplus_defconfig') diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig index 9b4e82d..91375f5 100644 --- a/configs/topic_miamiplus_defconfig +++ b/configs/topic_miamiplus_defconfig @@ -2,8 +2,8 @@ CONFIG_ARM=y CONFIG_SYS_VENDOR="topic" CONFIG_SYS_CONFIG_NAME="topic_miamiplus" CONFIG_ARCH_ZYNQ=y -CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt" CONFIG_SYS_TEXT_BASE=0x4000000 +CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt" CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamiplus" CONFIG_BOOTDELAY=0 CONFIG_SYS_NO_FLASH=y @@ -26,8 +26,8 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_EMBED=y CONFIG_SPL_DM_SEQ_ALIAS=y -CONFIG_MMC_SDHCI_ZYNQ=y CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_ZYNQ=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_STMICRO=y -- cgit v1.1 From c38e9817079e5f1953310a81d0256558f1bb95bb Mon Sep 17 00:00:00 2001 From: Mike Looijmans Date: Tue, 17 Jan 2017 15:28:23 +0100 Subject: topic_miami(plus) defconfig: Enable DFU RAM support Allow sending firmware to RAM. Without this, the DFU support was not of much use. Signed-off-by: Mike Looijmans Signed-off-by: Michal Simek --- configs/topic_miamiplus_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/topic_miamiplus_defconfig') diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig index 91375f5..a51fad1 100644 --- a/configs/topic_miamiplus_defconfig +++ b/configs/topic_miamiplus_defconfig @@ -26,6 +26,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_MMC_SDHCI=y CONFIG_MMC_SDHCI_ZYNQ=y CONFIG_SPI_FLASH=y -- cgit v1.1