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/efi-x86_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/efi-x86_defconfig') diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index 3b81046..943ef07 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -2,7 +2,6 @@ CONFIG_X86=y CONFIG_VENDOR_EFI=y CONFIG_DEFAULT_DEVICE_TREE="efi" CONFIG_TARGET_EFI=y -CONFIG_TSC_CALIBRATION_BYPASS=y # CONFIG_CMD_BOOTM is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_NET is not set -- cgit v1.1