From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 04 Mar 2015 14:57:01 +0100 Subject: [U-Boot] [PATCH v6 08/10] zynq-common: increase malloc pool len by dfu mmc file buffer size In-Reply-To: <1425474090-5522-9-git-send-email-p.marczak@samsung.com> References: <1424774311-23726-1-git-send-email-p.marczak@samsung.com> <1425474090-5522-1-git-send-email-p.marczak@samsung.com> <1425474090-5522-9-git-send-email-p.marczak@samsung.com> Message-ID: <54F70F2D.6000806@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/04/2015 02:01 PM, Przemyslaw Marczak wrote: > The dfu mmc file buffer, which was static, now is allocated > by memalign(), so the malloc pool len should be also increased. > > Signed-off-by: Przemyslaw Marczak > Cc: Jagannadha Sutradharudu Teki > Cc: Michal Simek > --- > Changes v6: > - new commit > --- > include/configs/zynq-common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h > index 864528a..485babd 100644 > --- a/include/configs/zynq-common.h > +++ b/include/configs/zynq-common.h > @@ -255,7 +255,7 @@ > #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE > #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x1000) > > -#define CONFIG_SYS_MALLOC_LEN 0xC00000 > +#define CONFIG_SYS_MALLOC_LEN 0x1400000 > #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_SDRAM_BASE > #define CONFIG_SYS_INIT_RAM_SIZE CONFIG_SYS_MALLOC_LEN > #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ > Acked-by: Michal Simek Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: