Skip to content

Commit

Permalink
[WIP] plat-hikey: increase heap size by 1kByte
Browse files Browse the repository at this point in the history
Increases HiKey core heap by 1kByte 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 9e8ef57 commit f206d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-hikey/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ CFG_TEE_RAM_VA_SIZE ?= 0x00200000
CFG_IN_TREE_EARLY_TAS += avb/023f8f1a-292a-432b-8fc4-de8471358067

CFG_EMBED_DTB_SOURCE_FILE ?= hikey.dts

CFG_CORE_HEAP_SIZE ?= (65536 + 1024)

0 comments on commit f206d00

Please sign in to comment.