summaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail/dptf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/baytrail/dptf.c')
-rw-r--r--src/soc/intel/baytrail/dptf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/intel/baytrail/dptf.c b/src/soc/intel/baytrail/dptf.c
index 044a807906..e8753198d4 100644
--- a/src/soc/intel/baytrail/dptf.c
+++ b/src/soc/intel/baytrail/dptf.c
@@ -49,6 +49,4 @@ static void dptf_init(void *unused)
reg_script_run(dptf_init_settings);
}
-BOOT_STATE_INIT_ENTRIES(dptf_init_bscb) = {
- BOOT_STATE_INIT_ENTRY(BS_DEV_INIT, BS_ON_ENTRY, dptf_init, NULL),
-};
+BOOT_STATE_INIT_ENTRY(BS_DEV_INIT, BS_ON_ENTRY, dptf_init, NULL);