board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE
authorTim Harvey <tharvey@gateworks.com>
Mon, 8 Mar 2021 21:52:36 +0000 (13:52 -0800)
committerStefano Babic <sbabic@denx.de>
Thu, 8 Apr 2021 18:29:53 +0000 (20:29 +0200)
commit72b3732d24f12b2279f93c05e6eb74452b2b284a
tree33035b4a11e461e1a8992063e17de98ba8dfbdbb
parentbb32c2a617673ff14970399e5519de0400614baf
board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE

commit 03f1f78a9b44 ("spl: fit: Prefer a malloc()'d buffer for loading images")'
changed the way buffer allocation worked for SPL to a more flexible
method.

For venice this caused breakage that is resolved by increasing the size
of CONFIG_SYS_SPL_MALLOC_SIZE as the current FIT slighly exceeds 512KiB.

Additionally remove the unnecessary comment on CONFIG_SPL_BSS_MAX_SIZE
and CONFIG_SYS_SPL_MALLOC_SIZE as the size is obvious from the define.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/imx8mm_venice.h