summaryrefslogtreecommitdiff
path: root/plat/freescale/imx8qm/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/freescale/imx8qm/include/platform_def.h')
-rw-r--r--plat/freescale/imx8qm/include/platform_def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plat/freescale/imx8qm/include/platform_def.h b/plat/freescale/imx8qm/include/platform_def.h
index 5579ee06..76aa228a 100644
--- a/plat/freescale/imx8qm/include/platform_def.h
+++ b/plat/freescale/imx8qm/include/platform_def.h
@@ -35,7 +35,12 @@
#define PLATFORM_STACK_SIZE 0X400
#define CACHE_WRITEBACK_GRANULE 64
+/*#define CA72_ONLY*/
+#ifdef CA72_ONLY
+#define PLAT_PRIMARY_CPU 0x100
+#else
#define PLAT_PRIMARY_CPU 0x0
+#endif
#define PLATFORM_MAX_CPU_PER_CLUSTER 4
#define PLATFORM_CLUSTER_COUNT 2
#define PLATFORM_CLUSTER0_CORE_COUNT 4