diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2022-05-02 17:47:35 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-05-03 20:06:26 +0000 |
commit | b470361e025a59cbdd4bca1631ce6082fcca2995 (patch) | |
tree | 059fecda84415e2bbb02ef78be5a8fdbbbd48b87 /src/ec/lenovo/h8 | |
parent | 3f75d86a1b54e67fab9693535c7d3e4a215d3b13 (diff) |
lenovo: correct typo in macro H8_HAS_BAT_THRESHOLDS_IMPL
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Change-Id: Ia0550a115d75183cd72e478ae739731001febe22
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63991
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/ec/lenovo/h8')
-rw-r--r-- | src/ec/lenovo/h8/Kconfig | 2 | ||||
-rw-r--r-- | src/ec/lenovo/h8/acpi/thinkpad.asl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig index 2ea4faa9e2..698816f4e7 100644 --- a/src/ec/lenovo/h8/Kconfig +++ b/src/ec/lenovo/h8/Kconfig @@ -28,7 +28,7 @@ config H8_SUPPORT_BT_ON_WIFI Disable BDC detection and assume bluetooth is installed. Required for bluetooth on wifi cards, as it's not possible to detect it in coreboot. -config H8_HAS_BAT_TRESHOLDS_IMPL +config H8_HAS_BAT_THRESHOLDS_IMPL bool default n diff --git a/src/ec/lenovo/h8/acpi/thinkpad.asl b/src/ec/lenovo/h8/acpi/thinkpad.asl index 48e76dc5b1..23c1e027c2 100644 --- a/src/ec/lenovo/h8/acpi/thinkpad.asl +++ b/src/ec/lenovo/h8/acpi/thinkpad.asl @@ -304,7 +304,7 @@ Device (HKEY) } } - #if CONFIG(H8_HAS_BAT_TRESHOLDS_IMPL) + #if CONFIG(H8_HAS_BAT_THRESHOLDS_IMPL) #include "thinkpad_bat_thresholds.asl" #endif } |