Port persimmon r6578 and r6596 to e350m1: MMCONF base
authorPeter Stuge <peter@stuge.se>
Sat, 4 Jun 2011 15:44:14 +0000 (15:44 +0000)
committerPeter Stuge <peter@stuge.se>
Sat, 4 Jun 2011 15:44:14 +0000 (15:44 +0000)
Remove multiple mmconf settings and just use kconfig setting.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6624 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/asrock/e350m1/dsdt.asl

index 32d4497b42f4c75ffc845d0b52b311d666dd3a30..ddde1589742f41897a90173426d0f7e13319c9c0 100644 (file)
@@ -36,7 +36,7 @@ DefinitionBlock (
        Name(PBAD, 0x0) /* Address of BIOS area (If TOM2 != 0, Addr >> 16) */
        Name(PBLN, 0x0) /* Length of BIOS area */
 
-       Name(PCBA, 0xE0000000)  /* Base address of PCIe config space */
+       Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS)  /* Base address of PCIe config space */
        Name(HPBA, 0xFED00000)  /* Base address of HPET table */
 
        Name(SSFG, 0x0D)                /* S1 support: bit 0, S2 Support: bit 1, etc. S0 & S5 assumed */