From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 28 Dec 2011 17:47:02 +0100 Subject: [U-Boot] [PATCH 3/4] fpga: Spartan-3: let print the progress if configured In-Reply-To: <1325090823-8051-1-git-send-email-sbabic@denx.de> References: <1325090823-8051-1-git-send-email-sbabic@denx.de> Message-ID: <1325090823-8051-3-git-send-email-sbabic@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de CONFIG_SYS_FPGA_PROG_FEEDBACK was already introduced to print the current status of FPGA loading - an undef in the code made this CONFIG_ useless. Signed-off-by: Stefano Babic --- drivers/fpga/spartan3.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/fpga/spartan3.c b/drivers/fpga/spartan3.c index 9207391..1633a70 100644 --- a/drivers/fpga/spartan3.c +++ b/drivers/fpga/spartan3.c @@ -38,7 +38,6 @@ #endif #undef CONFIG_SYS_FPGA_CHECK_BUSY -#undef CONFIG_SYS_FPGA_PROG_FEEDBACK /* Note: The assumption is that we cannot possibly run fast enough to * overrun the device (the Slave Parallel mode can free run at 50MHz). -- 1.7.5.4