diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-07 23:59:34 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-09 22:56:00 +0100 |
commit | c285b30b7d78aead0b201ca721d6e4c653e424ba (patch) | |
tree | 09cdb7021ad04fa1b226343c3f4afc520042f482 /src/ec/compal | |
parent | 93fc60621c4a2a31149f1467dfb5925cad286a60 (diff) |
ASL: Remove unused modulo recipient.
Change-Id: I4b0a3073815ec8d98c2d23cd745f027517b6fa42
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13619
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/ec/compal')
-rw-r--r-- | src/ec/compal/ene932/acpi/battery.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/compal/ene932/acpi/battery.asl b/src/ec/compal/ene932/acpi/battery.asl index e7dd4e12da..12092c7b8a 100644 --- a/src/ec/compal/ene932/acpi/battery.asl +++ b/src/ec/compal/ene932/acpi/battery.asl @@ -77,10 +77,10 @@ Device (BATX) Store (BDC0, Index (PBIF, 1)) Store (BFC0, Index (PBIF, 2)) Store (BDV0, Index (PBIF, 4)) - Divide(BFC0, 0x64, Local0, Local1) + Divide(BFC0, 0x64, , Local1) Multiply(Local1, 0x0A, Local1) Store(Local1, Index(PBIF, 5)) - Divide(BFC0, 0x64, Local0, Local1) + Divide(BFC0, 0x64, , Local1) Multiply(Local1, 0x03, Local1) Store (Local1, Index (PBIF, 6)) |