diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-03-14 17:58:24 -0500 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-03-15 02:57:32 +0100 |
commit | d7210c579e20a2844da3a96747e8f4cc3695b042 (patch) | |
tree | a59b4649c011e4627fb520e85938f4a104bbef18 /src | |
parent | b812d5d92fc6f7e2227c10e07478fb0330e3ee94 (diff) |
mainboard/asus/kfsn4-dre: Change default debug level to Spew
This brings the KFSN4-DRE in line with other boards in the tree.
Change-Id: I9216130f51ed0576871fd27ca6ae4610c5f5810e
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8683
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/cmos.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/cmos.default b/src/mainboard/asus/kfsn4-dre/cmos.default index 269f407504..68f5712e6c 100644 --- a/src/mainboard/asus/kfsn4-dre/cmos.default +++ b/src/mainboard/asus/kfsn4-dre/cmos.default @@ -1,5 +1,5 @@ baud_rate = 115200 -debug_level = Alert +debug_level = Spew multi_core = Enable slow_cpu = off hypertransport_speed_limit = Auto @@ -10,4 +10,4 @@ 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 +power_on_after_fail = Enable |