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>
This commit is contained in:
Peter Lemenkov
2022-05-02 17:47:35 +02:00
committed by Felix Singer
parent 3f75d86a1b
commit b470361e02
17 changed files with 17 additions and 17 deletions

View File

@@ -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

View File

@@ -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
}