From 1d4c83c2480b0874214165571e8a056a8b423db2 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 13 Nov 2015 00:11:23 -0800 Subject: 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 Acked-by: Simon Glass --- configs/coreboot-x86_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/coreboot-x86_defconfig') diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index 05b1325c06..cd2be18ac4 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -1,7 +1,6 @@ CONFIG_X86=y CONFIG_VENDOR_COREBOOT=y CONFIG_TARGET_COREBOOT=y -CONFIG_TSC_CALIBRATION_BYPASS=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set -- cgit v1.2.3