mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
feat(ti): remove extra core counts in cluster 2 and 3
No K3 SoC supported by this TARGET_BOARD has any cluster 2 or 3 cores. Remove these to save some memory. Signed-off-by: Andrew Davis <afd@ti.com> Change-Id: I27868a2f3aac25fa0fdec56847e273d88f0d9a87
This commit is contained in:
parent
a089646711
commit
e9868458e6
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
/* The ports must be in order and contiguous */
|
||||
#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)
|
||||
#define K3_CLUSTER2_CORE_COUNT U(0)
|
||||
#define K3_CLUSTER3_CORE_COUNT U(0)
|
||||
|
||||
#define PLAT_PROC_START_ID U(32)
|
||||
#define PLAT_PROC_DEVICE_START_ID U(202)
|
||||
|
|
Loading…
Add table
Reference in a new issue