Merge "st: Unify Platform specific defines for PSCI module" into integration

This commit is contained in:
Soby Mathew 2020-01-24 13:15:49 +00:00 committed by TrustedFirmware Code Review
commit 63c17293bc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#define STM32MP_PRIMARY_CPU U(0x0)
#define STM32MP_SECONDARY_CPU U(0x1)
#define PLATFORM_CLUSTER_COUNT ULL(1)
#define PLATFORM_CLUSTER_COUNT U(1)
#define PLATFORM_CLUSTER0_CORE_COUNT U(2)
#define PLATFORM_CLUSTER1_CORE_COUNT U(0)
#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \