diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-26 07:20:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-26 07:20:45 -0400 |
commit | f4c6f9335c1e867862dcebcfa9c05b2e3dd05636 (patch) | |
tree | 3a0eea34f4e3e4bc197caa705ca01348c64f044f /include | |
parent | a398e7aa216279652dd380d3ecd3683b3b5e588e (diff) | |
parent | 4ecad8a62942a460b177f34f1eea7326614025f4 (diff) | |
download | u-boot-imx-f4c6f9335c1e867862dcebcfa9c05b2e3dd05636.zip u-boot-imx-f4c6f9335c1e867862dcebcfa9c05b2e3dd05636.tar.gz u-boot-imx-f4c6f9335c1e867862dcebcfa9c05b2e3dd05636.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/exynos-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index f97f03c..98474d3 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -29,6 +29,7 @@ /* input clock of PLL: 24MHz input clock */ #define CONFIG_SYS_CLK_FREQ 24000000 +#define CONFIG_TIMER_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_CMDLINE_TAG |