Atom only supports 32bit MTRRs (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-12-01 08:15:38 +00:00 committed by Stefan Reinauer
parent 01dd9e1182
commit 702a5a5741
1 changed files with 1 additions and 1 deletions

View File

@ -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