From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Jan 2015 01:01:38 +0100 Subject: [U-Boot] [PATCHv1 19/22] arm: socfpga: spl: set SPL_MALLOC_SIZE In-Reply-To: <1421253662-27222-20-git-send-email-dinguyen@opensource.altera.com> References: <1421253662-27222-1-git-send-email-dinguyen@opensource.altera.com> <1421253662-27222-20-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201501150101.38363.marex@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 On Wednesday, January 14, 2015 at 05:40:59 PM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen Hi! You didn't set the MALLOC_SIZE, you changed it. But the commit message doesn't describe the reason for doing so, so please fix that. Thanks! > Signed-off-by: Dinh Nguyen > --- > include/configs/socfpga_common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/socfpga_common.h > b/include/configs/socfpga_common.h index 4b98378..29d02d6 100644 > --- a/include/configs/socfpga_common.h > +++ b/include/configs/socfpga_common.h > @@ -303,7 +303,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void); > #define CONFIG_SPL_RAM_DEVICE > #define CONFIG_SPL_TEXT_BASE CONFIG_SYS_INIT_RAM_ADDR > #define CONFIG_SYS_SPL_MALLOC_START CONFIG_SYS_INIT_SP_ADDR > -#define CONFIG_SYS_SPL_MALLOC_SIZE (5 * 1024) > +#define CONFIG_SYS_SPL_MALLOC_SIZE 256 > #define CONFIG_SPL_MAX_SIZE (64 * 1024) > #define CONFIG_SPL_STACK_SIZE 0x1000 Best regards, Marek Vasut