aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/fw_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fw_config.c b/src/lib/fw_config.c
index fdfab0aab0..ec3205958d 100644
--- a/src/lib/fw_config.c
+++ b/src/lib/fw_config.c
@@ -127,5 +127,5 @@ static void fw_config_init(void *unused)
}
}
}
-BOOT_STATE_INIT_ENTRY(BS_DEV_ENUMERATE, BS_ON_ENTRY, fw_config_init, NULL);
+BOOT_STATE_INIT_ENTRY(BS_DEV_INIT_CHIPS, BS_ON_ENTRY, fw_config_init, NULL);
#endif