diff mbox

[U-Boot,3/4] fpga: Spartan-3: let print the progress if configured

Message ID 1325090823-8051-3-git-send-email-sbabic@denx.de
State Accepted
Commit 33e1e01820f9a1e19ab18c8791f3b2dc09165e2b
Headers show

Commit Message

Stefano Babic Dec. 28, 2011, 4:47 p.m. UTC
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>
---
 drivers/fpga/spartan3.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk Jan. 5, 2012, 3:20 p.m. UTC | #1
Dear Stefano Babic,

In message <1325090823-8051-3-git-send-email-sbabic@denx.de> you wrote:
> 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>
> ---
>  drivers/fpga/spartan3.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

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).