forked from pool/u-boot
13 lines
394 B
Diff
13 lines
394 B
Diff
|
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
|
||
|
index 852829c..c4e731f 100644
|
||
|
--- a/include/configs/exynos-common.h
|
||
|
+++ b/include/configs/exynos-common.h
|
||
|
@@ -31,6 +31,7 @@
|
||
|
|
||
|
/* input clock of PLL: 24MHz input clock */
|
||
|
#define CONFIG_SYS_CLK_FREQ 24000000
|
||
|
+#define CONFIG_TIMER_CLK_FREQ 24000000
|
||
|
|
||
|
#define CONFIG_SETUP_MEMORY_TAGS
|
||
|
#define CONFIG_CMDLINE_TAG
|