aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/south_station/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/south_station/get_bus_conf.c')
-rw-r--r--src/mainboard/amd/south_station/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/amd/south_station/get_bus_conf.c b/src/mainboard/amd/south_station/get_bus_conf.c
index 7eedcba821..99b38807b5 100644
--- a/src/mainboard/amd/south_station/get_bus_conf.c
+++ b/src/mainboard/amd/south_station/get_bus_conf.c
@@ -25,9 +25,6 @@
#include <stdlib.h>
#include <cpu/amd/amdfam14.h>
#include "agesawrapper.h"
-#if CONFIG_AMD_SB_CIMX
-#include <sb_cimx.h>
-#endif
/* Global variables for MB layouts and these will be shared by irqtable mptable
@@ -102,7 +99,4 @@ void get_bus_conf(void)
apicid_base = CONFIG_MAX_CPUS;
apicid_sb800 = apicid_base;
-#if CONFIG_AMD_SB_CIMX
- sb_Late_Post();
-#endif
}