diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-10-27 15:36:03 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-11-02 08:20:54 +0000 |
commit | dd30f4b112da8ee8dd84aef1734c97ae5c84e32c (patch) | |
tree | a47c5e135946f0817bf0c7874020738387cdb6dc /src/mainboard/system76/cml-u | |
parent | 55fea11f2ff5d2c8880dfe66c07bfb39c63affb0 (diff) |
mb/system76/*: CMOS: Drop power_on_after_fail option
Our boards do not boot if power_on_after_fail=Disable. Drop the option
and use the default of powering on.
Change-Id: Ia1857e52f838337048f79f8ca5c12d669cae321a
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58673
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/cml-u')
-rw-r--r-- | src/mainboard/system76/cml-u/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/system76/cml-u/cmos.layout | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/system76/cml-u/cmos.default b/src/mainboard/system76/cml-u/cmos.default index d56495357c..06b04332a2 100644 --- a/src/mainboard/system76/cml-u/cmos.default +++ b/src/mainboard/system76/cml-u/cmos.default @@ -1,3 +1,2 @@ boot_option=Fallback debug_level=Debug -power_on_after_fail=Enable diff --git a/src/mainboard/system76/cml-u/cmos.layout b/src/mainboard/system76/cml-u/cmos.layout index ca7c7a4c5c..ac817525dd 100644 --- a/src/mainboard/system76/cml-u/cmos.layout +++ b/src/mainboard/system76/cml-u/cmos.layout @@ -11,7 +11,6 @@ entries # RTC_CLK_ALTCENTURY 400 8 r 0 century -409 2 e 7 power_on_after_fail 412 4 e 6 debug_level 984 16 h 0 check_sum @@ -30,10 +29,6 @@ enumerations 6 7 Debug 6 8 Spew -7 0 Disable -7 1 Enable -7 2 Keep - checksums checksum 408 983 984 |