aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2020-01-24 13:15:13 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-01-24 13:15:13 +0000
commit1b567d3e1629514bd96603d149f58726ce8fafcf (patch)
treef19efd1cab0c3c0081bdad7421c6d5a7593a46f7
parent076d89753f849ad44fe88913a4bd3b8cf8b6ffbd (diff)
parentdc2d366fac42f0698650a6479298a44cd357bacb (diff)
downloadplatform_external_arm-trusted-firmware-1b567d3e1629514bd96603d149f58726ce8fafcf.tar.gz
platform_external_arm-trusted-firmware-1b567d3e1629514bd96603d149f58726ce8fafcf.tar.bz2
platform_external_arm-trusted-firmware-1b567d3e1629514bd96603d149f58726ce8fafcf.zip
Merge "intel: Unify Platform specific defines for PSCI module" into integration
-rw-r--r--plat/intel/soc/common/include/platform_def.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plat/intel/soc/common/include/platform_def.h b/plat/intel/soc/common/include/platform_def.h
index 8d04479df..8a681e69d 100644
--- a/plat/intel/soc/common/include/platform_def.h
+++ b/plat/intel/soc/common/include/platform_def.h
@@ -57,13 +57,13 @@
#define PLAT_MAX_PWR_LVL 1
#define PLAT_MAX_RET_STATE 1
#define PLAT_MAX_OFF_STATE 2
-#define PLATFORM_SYSTEM_COUNT 1
-#define PLATFORM_CLUSTER_COUNT 1
-#define PLATFORM_CLUSTER0_CORE_COUNT 4
-#define PLATFORM_CLUSTER1_CORE_COUNT 0
+#define PLATFORM_SYSTEM_COUNT U(1)
+#define PLATFORM_CLUSTER_COUNT U(1)
+#define PLATFORM_CLUSTER0_CORE_COUNT U(4)
+#define PLATFORM_CLUSTER1_CORE_COUNT U(0)
#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \
PLATFORM_CLUSTER0_CORE_COUNT)
-#define PLATFORM_MAX_CPUS_PER_CLUSTER 4
+#define PLATFORM_MAX_CPUS_PER_CLUSTER U(4)
/* Interrupt related constant */