Skip to content

Commit 08b1170

Browse files
Yann-lmsTrustedFirmware Code Review
authored andcommitted
Merge "fix(fvp): avoid stack usage in check_cpupwrctrl_el1_is_available()" into integration
2 parents 9526ad6 + 36ceead commit 08b1170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plat/arm/board/fvp/fvp_cpu_pwr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
bool check_cpupwrctrl_el1_is_available(void)
2222
{
23-
/* Poupulate list of CPU midr that doesn't support CPUPWRCTL_EL1 */
24-
const unsigned int midr_no_cpupwrctl[] = {
23+
/* Populate list of CPU midr that doesn't support CPUPWRCTL_EL1 */
24+
static const unsigned int midr_no_cpupwrctl[] = {
2525
BASE_AEM_MIDR,
2626
CORTEX_A35_MIDR,
2727
CORTEX_A53_MIDR,

0 commit comments

Comments
 (0)