aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner-af
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/frontrunner-af')
-rw-r--r--src/mainboard/lippert/frontrunner-af/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/get_bus_conf.c b/src/mainboard/lippert/frontrunner-af/get_bus_conf.c
index bddcee1aef..c1a3fc2501 100644
--- a/src/mainboard/lippert/frontrunner-af/get_bus_conf.c
+++ b/src/mainboard/lippert/frontrunner-af/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
@@ -100,7 +97,4 @@ void get_bus_conf(void)
apicid_base = CONFIG_MAX_CPUS;
apicid_sb800 = apicid_base;
-#if CONFIG_AMD_SB_CIMX
- sb_Late_Post();
-#endif
}