mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
Merge "ti: Unify Platform specific defines for PSCI module" into integration
This commit is contained in:
commit
262c5d3068
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue