Remove multiple mmconf settings and just use kconfig setting.
[coreboot.git] / src / vendorcode / amd / cimx / sb800 / OEM.h
index f5315a2e8083460258560aef78e70948ee4b699e..6ca4271c1a8c84d0cdf591b575d4daf04f470f9a 100644 (file)
@@ -32,7 +32,7 @@
 
 #define BIOS_SIZE                      0x04   //04 - 1MB
 #define LEGACY_FREE                    0x00
-#define ACPI_SLEEP_TRAP                0x01
+//#define ACPI_SLEEP_TRAP                0x01
 //#define SPREAD_SPECTRUM_EPROM_LOAD     0x01
 
 /**
@@ -48,7 +48,7 @@
 #ifdef  MOVE_PCIEBAR_TO_F0000000
   #define PCIEX_BASE_ADDRESS           0xF7000000
 #else
-  #define PCIEX_BASE_ADDRESS           0xE0000000
+  #define PCIEX_BASE_ADDRESS           CONFIG_MMCONF_BASE_ADDRESS
 #endif
 
 /**