Skip to content
Snippets Groups Projects
Commit 2cc0ea72 authored by Pavel Machek's avatar Pavel Machek Committed by Tom Rini
Browse files

socfpga: timer actually counts down


Timer on cyclone5 actually counts down. It took me a while to figure
out, as timer counting in wrong direction actually _can_ be used, it
just appears to tick at extremely high frequency in u-boot.

The bug was introduced in commit
23ab7ee0.

Signed-off-by: default avatarPavel Machek <pavel@denx.de>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 4ec3f6e5
No related branches found
No related tags found
No related merge requests found
......@@ -202,6 +202,7 @@
#else
#define CONFIG_SYS_TIMER_RATE 25000000
#endif
#define CONFIG_SYS_TIMER_COUNTS_DOWN
#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
#define CONFIG_ENV_IS_NOWHERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment