Remove multiple mmconf settings and just use kconfig setting.
[coreboot.git] / src / mainboard / amd / persimmon / dsdt.asl
index 6a523cd444705bfca7f4e0295521254cdd90d260..c7ceb02f2cd535009126b100548795471a9dbddb 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, 0xF8000000)  /* 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 */