commit | 06118ba7e3ec9b42d1f1105edb013f8a1abc6873 | [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 | 059f1f8c9243598dffbc9554f99a8ece9084c1e8 [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>