From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 29 Nov 2018 14:08:17 +0100 Subject: [U-Boot] [PATCH u-boot-marvell v3 10/10] configs: turris_mox: Add 64 MiB of boot memory In-Reply-To: <20181120120409.12822-10-marek.behun@nic.cz> References: <20181120120409.12822-1-marek.behun@nic.cz> <20181120120409.12822-10-marek.behun@nic.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 20.11.18 13:04, Marek Behún wrote: > This is needed for some scenarios, such as booting large FIT image. > > Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan > --- > include/configs/turris_mox.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h > index 0aebe2100b..82cdccecc1 100644 > --- a/include/configs/turris_mox.h > +++ b/include/configs/turris_mox.h > @@ -8,6 +8,8 @@ > #ifndef _CONFIG_TURRIS_MOX_H > #define _CONFIG_TURRIS_MOX_H > > +#define CONFIG_SYS_BOOTM_LEN (64 << 20) > + > #define CONFIG_LAST_STAGE_INIT > > /* > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de