diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-01-15 23:28:02 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-01-20 13:47:00 +0100 |
commit | 74230c32ced71c1c56691f95c82860096b63366d (patch) | |
tree | c2ecb98be594b47aa9fed9200bb2fd50e7532df7 /src/mainboard/google | |
parent | 7358643e0af6c436906972c0b6a193effafc4f8c (diff) |
google/butterfly: Remove unused cmos.layout options
Do not expose options that are unsupported by the board. I tried for
a couple of days to see why hyperthreading wasn't working. It's not
supported by the CPU. The same applies to the baud_rate option. It
makes no sense to expose it to userspace via nvramtool.
Change-Id: I89b91820616d92fb4db20bf77f4b7f48a70353d5
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/4697
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/butterfly/cmos.layout | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/google/butterfly/cmos.layout b/src/mainboard/google/butterfly/cmos.layout index ee5ee256c1..f0163f1ea8 100644 --- a/src/mainboard/google/butterfly/cmos.layout +++ b/src/mainboard/google/butterfly/cmos.layout @@ -74,12 +74,14 @@ entries # ----------------------------------------------------------------- # coreboot config options: console -392 3 e 5 baud_rate +# No serial port on this motherboard +#392 3 e 5 baud_rate 395 4 e 6 debug_level #399 1 r 0 unused # coreboot config options: cpu -400 1 e 2 hyper_threading +# hyper_threading not supported by the Celeron 847 on this board +#400 1 e 2 hyper_threading #401 7 r 0 unused # coreboot config options: southbridge |