mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue