| Submitter | Rob Herring |
|---|---|
| Date | Feb. 21, 2012, 10:52 p.m. |
| Message ID | <1329864747-2914-3-git-send-email-robherring2@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/142379/ |
| State | Accepted |
| Commit | f1e2d1762dd727e43e22a474f0935475f77c19a5 |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/cpu/armv7/highbank/timer.c b/arch/arm/cpu/armv7/highbank/timer.c index d8a0288..d92503f 100644 --- a/arch/arm/cpu/armv7/highbank/timer.c +++ b/arch/arm/cpu/armv7/highbank/timer.c @@ -121,3 +121,8 @@ ulong get_timer_masked(void) { return tick_to_time(get_ticks()); } + +ulong get_tbclk(void) +{ + return CONFIG_SYS_HZ; +}