summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/freescale/common/cpufreq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/freescale/common/cpufreq.c b/plat/freescale/common/cpufreq.c
index 75f005dd..5a53e1ce 100644
--- a/plat/freescale/common/cpufreq.c
+++ b/plat/freescale/common/cpufreq.c
@@ -24,9 +24,11 @@
extern sc_ipc_t ipc_handle;
+#ifdef PLAT_IMX8QM
const static int ap_cluster_index[2] = {
SC_R_A53, SC_R_A72,
};
+#endif
static void imx_cpufreq_set_target(uint32_t cluster_id, unsigned long freq)
{