From 702a5a57417cd75f29a6ba8c2203170272d987ff Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 Dec 2009 08:15:38 +0000 Subject: Atom only supports 32bit MTRRs (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_106cx/model_106cx_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/intel/model_106cx/model_106cx_init.c b/src/cpu/intel/model_106cx/model_106cx_init.c index 799d757799..0be838b009 100644 --- a/src/cpu/intel/model_106cx/model_106cx_init.c +++ b/src/cpu/intel/model_106cx/model_106cx_init.c @@ -181,7 +181,7 @@ static void model_106cx_init(device_t cpu) #endif /* Setup MTRRs */ - x86_setup_mtrrs(36); + x86_setup_mtrrs(32); x86_mtrr_check(); #if CONFIG_USBDEBUG_DIRECT -- cgit v1.2.3