From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 18 May 2021 10:58:16 +0800 Subject: [PATCH] riscv: ae350: Increase malloc size for binman spl flow In-Reply-To: <20210518015129.15280-1-uboot@andestech.com> References: <20210518015129.15280-1-uboot@andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, May 18, 2021 at 9:58 AM Andes wrote: > > From: Rick Chen > > It will need larger heap size for u-boot-spl to load u-boot.itb which > be generated from binman than USE_SPL_FIT_GENERATOR. > > Signed-off-by: Rick Chen > --- > configs/ae350_rv32_spl_defconfig | 1 + > configs/ae350_rv32_spl_xip_defconfig | 1 + > configs/ae350_rv64_spl_defconfig | 1 + > configs/ae350_rv64_spl_xip_defconfig | 1 + > 4 files changed, 4 insertions(+) > This patch seems not to apply on current u-boot/master. But anyways, Reviewed-by: Bin Meng