projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06297db
)
fpga: Spartan-3: let print the progress if configured
author
Stefano Babic
<sbabic@denx.de>
Wed, 28 Dec 2011 06:47:02 +0000
(06:47 +0000)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/drivers/fpga/spartan3.c
b/drivers/fpga/spartan3.c
index 9207391249a60d0530ae56702cd0b2652c686172..1633a7069d66076f7916507a296177b1582da252 100644
(file)
--- 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).