mainboard/asus/kgpe-d16: Enable GART by default
Change-Id: I73eb2425bbdb7e329a544d55461877d1dee0d05b Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/12067 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
5edc6695f8
commit
f1436e58d2
|
@ -23,7 +23,7 @@ maximum_p_state_limit = 0xf
|
||||||
probe_filter = Auto
|
probe_filter = Auto
|
||||||
l3_cache_partitioning = Disable
|
l3_cache_partitioning = Disable
|
||||||
ieee1394_controller = Enable
|
ieee1394_controller = Enable
|
||||||
gart = Disable
|
gart = Enable
|
||||||
experimental_memory_speed_boost = Disable
|
experimental_memory_speed_boost = Disable
|
||||||
power_on_after_fail = On
|
power_on_after_fail = On
|
||||||
boot_option = Fallback
|
boot_option = Fallback
|
||||||
|
|
Loading…
Reference in New Issue