From patchwork Tue Jan 17 08:54:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Looijmans X-Patchwork-Id: 716059 X-Patchwork-Delegate: monstr@monstr.eu Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3v2kT25Lv4z9ryk for ; Tue, 17 Jan 2017 19:55:18 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 65836B384A; Tue, 17 Jan 2017 09:55:14 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id toysK6_vFGGh; Tue, 17 Jan 2017 09:55:14 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 905D9B3877; Tue, 17 Jan 2017 09:54:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 827A8A75E6 for ; Tue, 17 Jan 2017 09:54:38 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bGgiaD3XOoQD for ; Tue, 17 Jan 2017 09:54:38 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from atl4mhob10.myregisteredsite.com (atl4mhob10.myregisteredsite.com [209.17.115.48]) by theia.denx.de (Postfix) with ESMTP id 1B4EDA75D5 for ; Tue, 17 Jan 2017 09:54:33 +0100 (CET) Received: from mailpod.hostingplatform.com ([10.30.71.207]) by atl4mhob10.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id v0H8sWeF024844 for ; Tue, 17 Jan 2017 03:54:32 -0500 Received: (qmail 13644 invoked by uid 0); 17 Jan 2017 08:54:32 -0000 X-TCPREMOTEIP: 37.74.225.130 X-Authenticated-UID: mike@milosoftware.com Received: from unknown (HELO mikebuntu.TOPIC.LOCAL) (mike@milosoftware.com@37.74.225.130) by 0 with ESMTPA; 17 Jan 2017 08:54:32 -0000 From: Mike Looijmans To: u-boot@lists.denx.de Date: Tue, 17 Jan 2017 09:54:25 +0100 Message-Id: <1484643266-25216-3-git-send-email-mike.looijmans@topic.nl> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1484643266-25216-1-git-send-email-mike.looijmans@topic.nl> References: <1484643266-25216-1-git-send-email-mike.looijmans@topic.nl> Cc: michal.simek@xilinx.com Subject: [U-Boot] [PATCH 2/3] topic_miami(plus) defconfig: Enable DFU RAM support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Allow sending firmware to RAM. Without this, the DFU support was not of much use. Signed-off-by: Mike Looijmans --- 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