aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/acpi.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-08-03 15:44:27 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-08-04 21:28:52 +0000
commitecec9474d808f532822091c5a6069f57abc1c81d (patch)
treea60107551596d2bdd35c135865a1671c10b143e5 /src/northbridge/intel/x4x/acpi.c
parentf4fa1e1d06b5c68b746274c39f23cc8b05801d90 (diff)
nb/intel/x4x: Change signature of `decode_pciebar`
Rename it and make it return an int, like other northbridges do. Change-Id: I8bbf28350976547c83e039731d316e0911197d54 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44141 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/x4x/acpi.c')
-rw-r--r--src/northbridge/intel/x4x/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/x4x/acpi.c b/src/northbridge/intel/x4x/acpi.c
index 57173fd156..c70007621b 100644
--- a/src/northbridge/intel/x4x/acpi.c
+++ b/src/northbridge/intel/x4x/acpi.c
@@ -12,7 +12,7 @@ unsigned long acpi_fill_mcfg(unsigned long current)
u32 pciexbar = 0;
u32 length = 0;
- if (!decode_pciebar(&pciexbar, &length))
+ if (!decode_pcie_bar(&pciexbar, &length))
return current;
current += acpi_create_mcfg_mmconfig((acpi_mcfg_mmconfig_t *) current,