diff options
author | Stefano Babic <sbabic@denx.de> | 2011-12-28 06:47:02 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-01-05 16:20:12 +0100 |
commit | 33e1e01820f9a1e19ab18c8791f3b2dc09165e2b (patch) | |
tree | 7f255cc13b46dd99a87ca3c080fc9c2e8166e8df /drivers/fpga | |
parent | 06297db0663aa37590b03621f59c36532081606f (diff) |
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>
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | 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 9207391249a..1633a7069d6 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). |