summaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/get_bus_conf.c')
-rwxr-xr-xsrc/mainboard/gizmosphere/gizmo/get_bus_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/get_bus_conf.c b/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
index 3b43d9d427..ca20a0c509 100755
--- a/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
+++ b/src/mainboard/gizmosphere/gizmo/get_bus_conf.c
@@ -50,7 +50,6 @@ u32 pci1234x[] = {
u32 bus_type[256];
u32 sbdn_sb800;
-static u32 get_bus_conf_done = 0;
void get_bus_conf(void)
{
@@ -59,11 +58,6 @@ 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_sb800 = 0;
memset(bus_sb800, 0, sizeof(bus_sb800));