summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/acpi/lpc.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/acpi/lpc.asl')
-rw-r--r--src/soc/intel/braswell/acpi/lpc.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/acpi/lpc.asl b/src/soc/intel/braswell/acpi/lpc.asl
index 2b540180a7..fca80170b8 100644
--- a/src/soc/intel/braswell/acpi/lpc.asl
+++ b/src/soc/intel/braswell/acpi/lpc.asl
@@ -39,7 +39,7 @@ Device (LPCB)
CreateDwordField (^RBUF, ^FBAR._LEN, FLEN)
Multiply(CONFIG_COREBOOT_ROMSIZE_KB, 1024, Local0)
Store(Local0, FLEN)
- FBAS = Subtract(0xffffffff, Local0) + 1
+ FBAS = 0xffffffff - Local0 + 1
Return (^RBUF)
}
}