mb/asrock/b75m-itx: Remove cpu_fan_tach_src from CMOS layout
This board inherited cmos.default and cmos.layout from asrock/h77pro4-m, which has two CPU fan headers and a CMOS option to select which one will provide the tachometer source. However, the code for this was never implemented. Moreover, this board only has one CPU fan header, rendering the option useless. This change removes the option from cmos.layout and cmos.default. Change-Id: Ib4580e243781e2340af2cefb825f26ee896c2bd3 Signed-off-by: Kevin Keijzer <kevin@quietlife.nl> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73931 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
57ddd682ce
commit
081a433a37
2 changed files with 0 additions and 11 deletions
|
@ -4,4 +4,3 @@ nmi=Disable
|
|||
power_on_after_fail=Disable
|
||||
sata_mode=AHCI
|
||||
gfx_uma_size=64M
|
||||
cpu_fan_tach_src=CPU_FAN1
|
||||
|
|
|
@ -24,9 +24,6 @@ entries
|
|||
# coreboot config options: northbridge
|
||||
416 5 e 6 gfx_uma_size
|
||||
|
||||
# coreboot config options: mainboard-specific
|
||||
421 2 e 7 cpu_fan_tach_src
|
||||
|
||||
# coreboot config options: check sums
|
||||
984 16 h 0 check_sum
|
||||
|
||||
|
@ -83,13 +80,6 @@ enumerations
|
|||
6 15 512M
|
||||
6 16 1024M
|
||||
|
||||
# cpu_fan_tach_src (select which header provides the tachometer
|
||||
# signal to the Super I/O on its CPUFANIN input)
|
||||
7 0 None
|
||||
7 1 CPU_FAN1
|
||||
7 2 CPU_FAN2
|
||||
7 3 Both
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
checksums
|
||||
|
||||
|
|
Loading…
Reference in a new issue