summaryrefslogtreecommitdiffstats
path: root/src/ec/compal
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-12-26 09:38:45 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-27 09:06:29 +0000
commit42efd7f593c9d270ff330d1282d9c569d1ec709a (patch)
treebccc1e9c9bb2f9aec6c76c55611f0aafdb4f6e9b /src/ec/compal
parentfa06bcba06c5842faae797629e9f72ec28d511c0 (diff)
downloadcoreboot-42efd7f593c9d270ff330d1282d9c569d1ec709a.tar.gz
coreboot-42efd7f593c9d270ff330d1282d9c569d1ec709a.tar.bz2
coreboot-42efd7f593c9d270ff330d1282d9c569d1ec709a.zip
{superio,ec}/acpi: Replace constant "Zero" with actual number
Change-Id: I449ec5b0bbf3f24d51688efef151d3018d2848b2 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71524 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/compal')
-rw-r--r--src/ec/compal/ene932/acpi/battery.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/compal/ene932/acpi/battery.asl b/src/ec/compal/ene932/acpi/battery.asl
index 898fe02742ae..c2adf617360b 100644
--- a/src/ec/compal/ene932/acpi/battery.asl
+++ b/src/ec/compal/ene932/acpi/battery.asl
@@ -30,7 +30,7 @@ Device (BATX)
0xFFFFFFFF, // Battery Remaining Capacity
0xFFFFFFFF, // Battery Present Voltage
})
- Name (BTNM, Zero) // Battery number
+ Name (BTNM, 0) // Battery number
// Workaround for full battery status, enabled by default
Name (BFWK, 1)