From 78834b794d82c91d2745f8de0e4d3bb14ee6187d Mon Sep 17 00:00:00 2001 From: efdesign98 Date: Thu, 4 Aug 2011 16:18:16 -0600 Subject: Miscellaneous AMD F14 warning fixes This commit adds in some more fixes to AMD F14 compile warnings. The change in the mtrr.c file is in prep- aration for changes yet to com, but it is currently innocuous. Change-Id: I6b204fe0af16a97d982f46f0dfeaccc4b8eb883e Signed-off-by: Frank Vibrans Signed-off-by: efdesign98 Reviewed-on: http://review.coreboot.org/133 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/x86/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/x86') diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index ec559b5043..eed7d8f26f 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -19,6 +19,10 @@ config UDELAY_TSC bool default n +config UDELAY_TIMER2 + bool + default n + config TSC_CALIBRATE_WITH_IO bool default n -- cgit v1.2.3