"...tests/shell/git@web.lueluesay.top:root/pkg-iptables.git" did not exist on "268c6aa165cd5133c7886cfae0158385515b9ff8"
Commit 2fb5312f authored by Nishanth Menon's avatar Nishanth Menon
Browse files

plat: ti: k3: board: lite: Increase SRAM size to account for additional table



We actually have additional table entries than what we accounted for in
our size. MAX_XLAT_TABLES is 8, but really we could be using upto 10
depending on the platform. So, we need an extra 8K space in.

This gets exposed with DEBUG=1 and assert checks trigger, which for some
reason completely escaped testing previously.

ASSERT: lib/xlat_tables_v2/xlat_tables_core.c:97
BACKTRACE: START: assert
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Change-Id: I5c5d04440ef1fccfaf2317066f3abbc0ec645903
parent 9ad10314
......@@ -22,7 +22,7 @@
* a single cluster of 4 processor.
*/
#define SEC_SRAM_BASE 0x70000000 /* Base of SRAM */
#define SEC_SRAM_SIZE 0x0001a000 /* 104k */
#define SEC_SRAM_SIZE 0x0001c000 /* 112k */
#define PLAT_MAX_OFF_STATE U(2)
#define PLAT_MAX_RET_STATE U(1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment