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:
committed by
Felix Singer
parent
3f75d86a1b
commit
b470361e02
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user