]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc0c387b8228903e95d00458d47718ca6bd96044d
tree33035b4a11e461e1a8992063e17de98ba8dfbdbb
parente564d757044b3b57048c34b3d2f44ea12dbb72c8
board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE

commit 9630fed0f936 ("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