summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m5a88-v/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/m5a88-v/get_bus_conf.c')
-rw-r--r--src/mainboard/asus/m5a88-v/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/asus/m5a88-v/get_bus_conf.c b/src/mainboard/asus/m5a88-v/get_bus_conf.c
index 9bb26e6d76..b312ec1b6c 100644
--- a/src/mainboard/asus/m5a88-v/get_bus_conf.c
+++ b/src/mainboard/asus/m5a88-v/get_bus_conf.c
@@ -27,9 +27,6 @@
#include <cpu/amd/multicore.h>
#endif
#include <cpu/amd/amdfam10_sysconf.h>
-#if CONFIG_AMD_SB_CIMX
-#include <sb_cimx.h>
-#endif
/* Global variables for MB layouts and these will be shared by irqtable mptable
* and acpi_tables busnum is default.
@@ -147,7 +144,4 @@ void get_bus_conf(void)
#endif
apicid_sb800 = apicid_base + 0;
-#if CONFIG_AMD_SB_CIMX
- sb_Late_Post();
-#endif
}