diff options
author | Soby Mathew <soby.mathew@arm.com> | 2020-01-24 13:15:49 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-01-24 13:15:49 +0000 |
commit | 63c17293bc36a88308b8faed057f8cff9c2a6ad4 (patch) | |
tree | f985e9088081d721604e7e9d4f6bdb9ce135feb1 | |
parent | 596561b0cded4fe147dff54d5f4ebcd0c0c0fd71 (diff) | |
parent | f4f1d88dff3b614e9cd1d654139b2c4398bf8415 (diff) | |
download | platform_external_arm-trusted-firmware-63c17293bc36a88308b8faed057f8cff9c2a6ad4.tar.gz platform_external_arm-trusted-firmware-63c17293bc36a88308b8faed057f8cff9c2a6ad4.tar.bz2 platform_external_arm-trusted-firmware-63c17293bc36a88308b8faed057f8cff9c2a6ad4.zip |
Merge "st: Unify Platform specific defines for PSCI module" into integration
-rw-r--r-- | plat/st/stm32mp1/include/platform_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/st/stm32mp1/include/platform_def.h b/plat/st/stm32mp1/include/platform_def.h index 450a9d404..27ba6f7f9 100644 --- a/plat/st/stm32mp1/include/platform_def.h +++ b/plat/st/stm32mp1/include/platform_def.h @@ -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 + \ |