From: Stefano Babic <sbabic@denx.de>
Date: Wed, 28 Dec 2011 06:47:02 +0000 (+0000)
Subject: fpga: Spartan-3: let print the progress if configured
X-Git-Tag: v2025.01-rc5-pxa1908~18239
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=33e1e01820f9a1e19ab18c8791f3b2dc09165e2b;p=u-boot.git

fpga: Spartan-3: let print the progress if configured

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 <sbabic@denx.de>
---

diff --git a/drivers/fpga/spartan3.c b/drivers/fpga/spartan3.c
index 9207391249..1633a7069d 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).