From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Thu, 8 Apr 2021 22:57:12 +0200 (CEST) Subject: [PATCH 2/2] board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE In-Reply-To: <20210308215236.27722-2-tharvey@gateworks.com> Message-ID: <20210408205712.7871981578@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================