diff options
Diffstat (limited to 'src/cpu/samsung/exynos5420/timer.c')
-rw-r--r-- | src/cpu/samsung/exynos5420/timer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5420/timer.c b/src/cpu/samsung/exynos5420/timer.c index f8d3110000..ae13342c92 100644 --- a/src/cpu/samsung/exynos5420/timer.c +++ b/src/cpu/samsung/exynos5420/timer.c @@ -25,7 +25,9 @@ void init_timer(void) { - mct_start(); + /* Nothing to do because we manually + * call mct_start() in the bootblock + */ } /* delay x useconds */ |