stout: Fix ASL warnings
Change-Id: I1ddf37aa61fe95ad632c35d8041aed02fb1e8c01 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: https://review.coreboot.org/13533 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
2bb16a5218
commit
d200e0e7fb
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ Device (BATX)
|
|||
// Design capacity of Low (1%)
|
||||
//
|
||||
Divide (Local0, 20, Local1, Index (PBIF, 5))
|
||||
Divide (Local0, 100, Local1, Index (PBIF, 6))
|
||||
Divide (Local0, 100, , Index (PBIF, 6))
|
||||
|
||||
//
|
||||
// Design voltage
|
||||
|
@ -301,7 +301,7 @@ Device (BATX)
|
|||
If (Local6)
|
||||
{
|
||||
Multiply (ECVO, Local1, Local1)
|
||||
Divide (Local1, 1000, Local7, Local1)
|
||||
Divide (Local1, 1000, , Local1)
|
||||
}
|
||||
Store (Local1, Index (PBST, One))
|
||||
|
||||
|
|
Loading…
Reference in a new issue