diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-14 17:28:49 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-16 09:05:33 +0100 |
commit | a70093611f7c5c0dda273833e975dd56cfe260b0 (patch) | |
tree | 236d15563629dcf6876b481bf8cebaa91d192e2e /src/mainboard/asus/kfsn4-dre/cmos.default | |
parent | c93662443350940a3ff13c816453bac262ef015d (diff) |
mainboard/asus/kfsn4-dre: Add memory interleave options to NVRAM
These values were originally hard-coded in the AMD MCT wrapper.
Change-Id: I12056d38d5348e70a44c192385e22e715e207792
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8454
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/asus/kfsn4-dre/cmos.default')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/cmos.default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/cmos.default b/src/mainboard/asus/kfsn4-dre/cmos.default index 56ee5d43d9..b82ee07b93 100644 --- a/src/mainboard/asus/kfsn4-dre/cmos.default +++ b/src/mainboard/asus/kfsn4-dre/cmos.default @@ -7,4 +7,6 @@ ECC_memory = Enable ECC_redirection = Disable ecc_scrub_rate = 1.28us interleave_chip_selects = Enable +interleave_nodes = Disable +interleave_memory_channels = Enable power_on_after_fail = Enable
\ No newline at end of file |