summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/qemu
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-13 00:11:23 -0800
committerSimon Glass <sjg@chromium.org>2015-12-01 06:26:35 -0700
commit1d4c83c2480b0874214165571e8a056a8b423db2 (patch)
treeb0c01d25b6c7698384ec84a2be6acb9779d391f0 /arch/x86/cpu/qemu
parent80af39842e64a44258ab5eb913659e29fc319903 (diff)
downloadu-boot-imx-1d4c83c2480b0874214165571e8a056a8b423db2.zip
u-boot-imx-1d4c83c2480b0874214165571e8a056a8b423db2.tar.gz
u-boot-imx-1d4c83c2480b0874214165571e8a056a8b423db2.tar.bz2
x86: tsc: Remove legacy timer codes
Now that we have converted all x86 boards to use driver model timer, remove these legacy timer codes in the tsc driver. Note this also removes the TSC_CALIBRATION_BYPASS Kconfig option, as it is not needed with driver model. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/qemu')
-rw-r--r--arch/x86/cpu/qemu/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
index fb775d7..4f98621 100644
--- a/arch/x86/cpu/qemu/Kconfig
+++ b/arch/x86/cpu/qemu/Kconfig
@@ -6,7 +6,6 @@
config QEMU
bool
- select TSC_CALIBRATION_BYPASS
if QEMU