fpga: Spartan-3: let print the progress if configured
authorStefano Babic <sbabic@denx.de>
Wed, 28 Dec 2011 06:47:02 +0000 (06:47 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 5 Jan 2012 15:20:12 +0000 (16:20 +0100)
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

index 9207391..1633a70 100644 (file)
@@ -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).