diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-25 07:55:38 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2022-12-26 20:43:25 +0000 |
commit | 1e9344481a2c6bf3fb8481c8a82917200f1efaab (patch) | |
tree | da048e290ce86ce2334860794874880671f56ebe /src/mainboard | |
parent | 8171364d064afe5e714e4d6faee3cf44d843eb19 (diff) |
sio/winbond/w83627hf/acpi: Replace Divide(a,b,c,d) with ASL 2.0 syntax
Replace Divide (a,b,c,d) with:
c = a % b
d = a / b
Change-Id: I0e9fdabbb4b5bd9698968cd8acb497dcde14e433
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71508
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
0 files changed, 0 insertions, 0 deletions