Skip to content

Commit

Permalink
[WIP] plat-hikey: increase heap size to 64kByte
Browse files Browse the repository at this point in the history
Increases HiKey core heap to 64kByte to see P-R 6361 IBART test failure
is due to a heap size issue.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Nov 17, 2023
1 parent f206d00 commit f9bd1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-hikey/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ CFG_IN_TREE_EARLY_TAS += avb/023f8f1a-292a-432b-8fc4-de8471358067

CFG_EMBED_DTB_SOURCE_FILE ?= hikey.dts

CFG_CORE_HEAP_SIZE ?= (65536 + 1024)
CFG_CORE_HEAP_SIZE ?= 131072

0 comments on commit f9bd1e0

Please sign in to comment.