summaryrefslogtreecommitdiff
path: root/plat/imx/imx8qm/include/platform_def.h
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-05-12 18:32:49 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-08 17:34:08 +0300
commit5bb15033c25883396ee5c5c0383d1cf9b1fa9286 (patch)
treef5c8ff850da0a55b342b1147187f9ff19ff36220 /plat/imx/imx8qm/include/platform_def.h
parentb7de3462169e98839eff4a20fdb1dc9fe43b6031 (diff)
Add support for A72 CPU0 as primary cpu
Need to add support for booting up A72 cluster only, so on need to check the cluster ID for primary CPU, that means if CPU ID is 0, then it can be as primary CPU. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'plat/imx/imx8qm/include/platform_def.h')
-rw-r--r--plat/imx/imx8qm/include/platform_def.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/plat/imx/imx8qm/include/platform_def.h b/plat/imx/imx8qm/include/platform_def.h
index 76aa228a..5579ee06 100644
--- a/plat/imx/imx8qm/include/platform_def.h
+++ b/plat/imx/imx8qm/include/platform_def.h
@@ -35,12 +35,7 @@
#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