summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/meteorlake/systemagent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/systemagent.c b/src/soc/intel/meteorlake/systemagent.c
index 675f9fb2fa..c6c1ada050 100644
--- a/src/soc/intel/meteorlake/systemagent.c
+++ b/src/soc/intel/meteorlake/systemagent.c
@@ -83,6 +83,8 @@ void soc_systemagent_init(struct device *dev)
return;
}
+ /* Remove once commented line below is enabled */
+ (void)soc_config;
/* UPDATEME: Need to enable later */
//set_power_limits(MOBILE_SKU_PL1_TIME_SEC, soc_config);
}