summaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s8226/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s8226/get_bus_conf.c')
-rw-r--r--src/mainboard/tyan/s8226/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/tyan/s8226/get_bus_conf.c b/src/mainboard/tyan/s8226/get_bus_conf.c
index 5c416c5538..508f379862 100644
--- a/src/mainboard/tyan/s8226/get_bus_conf.c
+++ b/src/mainboard/tyan/s8226/get_bus_conf.c
@@ -43,18 +43,12 @@ u32 sbdn_sr5650;
u32 sbdn_sp5100;
void get_bus_conf(void);
-static u32 get_bus_conf_done = 0;
void get_bus_conf(void)
{
device_t dev;
int i, j;
- if (get_bus_conf_done == 1)
- return; /* do it only once */
-
- get_bus_conf_done = 1;
-
sbdn_sp5100 = 0;
for (i = 0; i < 0; i++) {