summaryrefslogtreecommitdiff
path: root/plat/ti/k3/board
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-03-27 09:37:10 -0500
committerAndrew F. Davis <afd@ti.com>2019-04-30 09:41:06 -0400
commita82bf5ad1bad19a0e0c86042df76f60f1b41d8f6 (patch)
tree85a7d1ac0cee86c46355f1c369b0cfbcaccf8f3c /plat/ti/k3/board
parent19b4f689c6f58cb2da9377bcec32c79a97d3fb73 (diff)
ti: k3: common: Remove MSMC port definitions
The MSMC port defines were added to help in the case when some ports are not connected and have no cores attached. We can get the same functionality by defined the number of cores on that port to zero. This simplifies several code paths, do this here. Signed-off-by: Andrew F. Davis <afd@ti.com> Change-Id: I3247fe37af7b86c3227e647b4f617fab70c8ee8a
Diffstat (limited to 'plat/ti/k3/board')
-rw-r--r--plat/ti/k3/board/generic/include/board_def.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plat/ti/k3/board/generic/include/board_def.h b/plat/ti/k3/board/generic/include/board_def.h
index 4c8f88220..490b975f4 100644
--- a/plat/ti/k3/board/generic/include/board_def.h
+++ b/plat/ti/k3/board/generic/include/board_def.h
@@ -11,16 +11,9 @@
/* The ports must be in order and contiguous */
#define K3_CLUSTER0_CORE_COUNT 2
-#define K3_CLUSTER0_MSMC_PORT 0
-
#define K3_CLUSTER1_CORE_COUNT 2
-#define K3_CLUSTER1_MSMC_PORT 1
-
#define K3_CLUSTER2_CORE_COUNT 2
-#define K3_CLUSTER2_MSMC_PORT 2
-
#define K3_CLUSTER3_CORE_COUNT 2
-#define K3_CLUSTER3_MSMC_PORT 3
/*
* This RAM will be used for the bootloader including code, bss, and stacks.