aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/acpi/gm45.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-28 14:27:46 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-06 09:08:15 +0000
commitb70ff52b83d5ffe9feca95d086a5366dd6f6ce4d (patch)
treecb78016240a6c4cd35905230d7f0f807eedbe91e /src/northbridge/intel/gm45/acpi/gm45.asl
parentca935d1107ccc3ba77cc6915360f17f38e2f328d (diff)
intel: Define `RCBA_LENGTH` in Kconfig and use it
Change-Id: Ief81d49f04c1743b2a37633c4a35da9d6ddb0974 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50039 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/gm45/acpi/gm45.asl')
-rw-r--r--src/northbridge/intel/gm45/acpi/gm45.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/gm45/acpi/gm45.asl b/src/northbridge/intel/gm45/acpi/gm45.asl
index 8c5fb499ee..fc73f24e4f 100644
--- a/src/northbridge/intel/gm45/acpi/gm45.asl
+++ b/src/northbridge/intel/gm45/acpi/gm45.asl
@@ -13,7 +13,7 @@ Device (PDRC)
// This does not seem to work correctly yet - set values statically for
// now.
Name (PDRS, ResourceTemplate() {
- Memory32Fixed(ReadWrite, CONFIG_FIXED_RCBA_MMIO_BASE, 0x00004000)
+ Memory32Fixed(ReadWrite, CONFIG_FIXED_RCBA_MMIO_BASE, CONFIG_RCBA_LENGTH)
Memory32Fixed(ReadWrite, DEFAULT_MCHBAR, 0x00004000)
Memory32Fixed(ReadWrite, DEFAULT_DMIBAR, 0x00001000)
Memory32Fixed(ReadWrite, DEFAULT_EPBAR, 0x00001000)