aboutsummaryrefslogtreecommitdiff
path: root/plat/ti/k3
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2020-01-24 13:15:57 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-01-24 13:15:57 +0000
commit262c5d30689403112568979dd6154849037fb122 (patch)
tree1956f6efe1d8295c278cddd394c1ec6e11a3354d /plat/ti/k3
parent63c17293bc36a88308b8faed057f8cff9c2a6ad4 (diff)
parent79fadd8f36f90b29386d3dd7d23bae016d4b8671 (diff)
downloadarm-trusted-firmware-262c5d30689403112568979dd6154849037fb122.tar.gz
Merge "ti: Unify Platform specific defines for PSCI module" into integration
Diffstat (limited to 'plat/ti/k3')
-rw-r--r--plat/ti/k3/board/generic/include/board_def.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plat/ti/k3/board/generic/include/board_def.h b/plat/ti/k3/board/generic/include/board_def.h
index 490b975f4..c1a5966d5 100644
--- a/plat/ti/k3/board/generic/include/board_def.h
+++ b/plat/ti/k3/board/generic/include/board_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -10,10 +10,10 @@
#include <lib/utils_def.h>
/* The ports must be in order and contiguous */
-#define K3_CLUSTER0_CORE_COUNT 2
-#define K3_CLUSTER1_CORE_COUNT 2
-#define K3_CLUSTER2_CORE_COUNT 2
-#define K3_CLUSTER3_CORE_COUNT 2
+#define K3_CLUSTER0_CORE_COUNT U(2)
+#define K3_CLUSTER1_CORE_COUNT U(2)
+#define K3_CLUSTER2_CORE_COUNT U(2)
+#define K3_CLUSTER3_CORE_COUNT U(2)
/*
* This RAM will be used for the bootloader including code, bss, and stacks.