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:
parent
01dd9e1182
commit
702a5a5741
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue