mb/apple/macbook21: Remove unused cmos parameters
These parameters are probably the result of copying from the Thinkpad X60 code. Change-Id: I29763b38618d4b306c37424c5c4b57dfcf69424b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/18290 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
6530b6d30d
commit
00954f0815
|
@ -7,14 +7,4 @@ boot_devices=''
|
||||||
boot_default=0x40
|
boot_default=0x40
|
||||||
cmos_defaults_loaded=Yes
|
cmos_defaults_loaded=Yes
|
||||||
lpt=Enable
|
lpt=Enable
|
||||||
volume=0x3
|
|
||||||
first_battery=Primary
|
|
||||||
bluetooth=Enable
|
|
||||||
wlan=Enable
|
|
||||||
wwan=Enable
|
|
||||||
trackpoint=Enable
|
|
||||||
fn_ctrl_swap=Disable
|
|
||||||
sticky_fn=Disable
|
|
||||||
power_management_beeps=Enable
|
|
||||||
low_battery_beep=Enable
|
|
||||||
gfx_uma_size=8M
|
gfx_uma_size=8M
|
|
@ -81,16 +81,6 @@ entries
|
||||||
1048 4 r 0 C0DRT1
|
1048 4 r 0 C0DRT1
|
||||||
1052 4 r 0 C1DRT1
|
1052 4 r 0 C1DRT1
|
||||||
|
|
||||||
1064 8 h 0 volume
|
|
||||||
1080 1 e 9 first_battery
|
|
||||||
1081 1 e 1 bluetooth
|
|
||||||
1082 1 e 1 wwan
|
|
||||||
1083 1 e 1 wlan
|
|
||||||
1084 1 e 1 trackpoint
|
|
||||||
1085 1 e 1 fn_ctrl_swap
|
|
||||||
1086 1 e 1 sticky_fn
|
|
||||||
1087 1 e 1 power_management_beeps
|
|
||||||
1088 1 e 1 low_battery_beep
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
|
|
||||||
enumerations
|
enumerations
|
||||||
|
|
Loading…
Reference in New Issue