diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-02-14 17:06:43 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-02-15 19:05:39 +0100 |
commit | 1cf46a7bbf7881275ea74520e9e926abe18e5ffe (patch) | |
tree | 8e387514ea4b2527100dcce219c75fcbee0b904e /src/cpu/samsung/exynos5-common/timer.c | |
parent | 37955a21d16e3626427f3685fdafe08297f9c67d (diff) |
ARMv7: Drop u-boot type remains
Just a mechanical cleanup.
Change-Id: I0815625e629ab0b7ae6c948144085f1bd8cabfb5
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2408
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5-common/timer.c')
-rw-r--r-- | src/cpu/samsung/exynos5-common/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5-common/timer.c b/src/cpu/samsung/exynos5-common/timer.c index 7e918aac65..b47da557b6 100644 --- a/src/cpu/samsung/exynos5-common/timer.c +++ b/src/cpu/samsung/exynos5-common/timer.c @@ -83,7 +83,7 @@ int init_timer(void) */ unsigned long get_timer(unsigned long base) { - ulong now = timer_get_us_down(); + unsigned long now = timer_get_us_down(); /* * Increment the time by the amount elapsed since the last read. |