summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
index 9643417250..4b24943f5b 100644
--- a/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
+++ b/src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c
@@ -57,8 +57,6 @@ static unsigned hcdnx[] = {
unsigned sbdn3;
-static unsigned get_bus_conf_done = 0;
-
void get_bus_conf(void)
{
@@ -68,10 +66,6 @@ void get_bus_conf(void)
struct device *dev;
int i;
- if(get_bus_conf_done == 1) return; //do it only once
-
- get_bus_conf_done = 1;
-
sysconf.mb = &mb_sysconf;
m = sysconf.mb;