Skip to content

Commit

Permalink
board: sl28: increase SPL_SYS_MALLOC_SIZE
Browse files Browse the repository at this point in the history
Increase the malloc size to 2MiB because our FIT image exceeds the 1MiB
limit either if BL31 mode is enabled or if another device tree is added
to the image.

Signed-off-by: Michael Walle <[email protected]>
Tested-by: Heiko Thiery <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
  • Loading branch information
mwalle authored and MrVan committed Dec 15, 2024
1 parent 781a7c6 commit 6c84934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/kontron_sl28_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ CONFIG_SPL_MAX_SIZE=0x20000
CONFIG_SPL_BOARD_INIT=y
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
CONFIG_SPL_SYS_MALLOC=y
CONFIG_SPL_SYS_MALLOC_SIZE=0x200000
CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x900
CONFIG_SPL_MPC8XXX_INIT_DDR=y
Expand Down

0 comments on commit 6c84934

Please sign in to comment.