commit | ea94532461e166f6febdd9bda5caa8f1b127b39f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Feb 05 23:42:21 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 06 12:07:42 2015 -0700 |
tree | 151f5e1320e99ee859ca1a4ed91fa103ae3e6f3e | |
parent | f56aeaa4accf541641e14343adfd4614dc4b67d0 [diff] |
x86: quark: Bypass TSC calibration For some unknown reason, the TSC calibration via PIT does not work on Quark. Enable bypassing TSC calibration and override TSC_FREQ_IN_MHZ to 400 per Quark datasheet in the Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>