aboutsummaryrefslogtreecommitdiffstats
path: root/soc/j721e
diff options
context:
space:
mode:
authorAndreas Dannenberg2019-07-11 13:59:09 -0500
committerAndreas Dannenberg2019-07-11 16:08:58 -0500
commitef6f0b61dbd32ddbef62fbe7a7e70241221a0461 (patch)
tree1159b40c8a3e9c5d14c295bd1e968e4ab915b475 /soc/j721e
parent9fb15bf62e95787cd6505ca4ac9f982ea6de0623 (diff)
downloadk3-image-gen-ef6f0b61dbd32ddbef62fbe7a7e70241221a0461.tar.gz
k3-image-gen-ef6f0b61dbd32ddbef62fbe7a7e70241221a0461.tar.xz
k3-image-gen-ef6f0b61dbd32ddbef62fbe7a7e70241221a0461.zip
j721e: board-cfg: Drop MSMC cache size from 4MB to 3MBti2019.02-rc4ti2019.02
Reduce the amount of MSMC memory allocated by System Firmware for the main compute cluster's L3 cache from 4MB to 3MB. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Acked-by: Nishanth Menon <nm@ti.com> Acked-by: Sunita Nadampalli <sunitan@ti.com> Acked-by: Carlos Hernandez <ceh@ti.com>
Diffstat (limited to 'soc/j721e')
-rw-r--r--soc/j721e/evm/board-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soc/j721e/evm/board-cfg.c b/soc/j721e/evm/board-cfg.c
index 74ceee781..eba2588ac 100644
--- a/soc/j721e/evm/board-cfg.c
+++ b/soc/j721e/evm/board-cfg.c
@@ -69,7 +69,7 @@ const struct boardcfg j721e_boardcfg_data = {
69 .magic = BOARDCFG_MSMC_MAGIC_NUM, 69 .magic = BOARDCFG_MSMC_MAGIC_NUM,
70 .size = sizeof(struct boardcfg_msmc), 70 .size = sizeof(struct boardcfg_msmc),
71 }, 71 },
72 .msmc_cache_size = 0x10, 72 .msmc_cache_size = 0x0C,
73 }, 73 },
74 74
75 /* boardcfg_dbg_cfg */ 75 /* boardcfg_dbg_cfg */