diff mbox series

[U-Boot,u-boot-marvell,v3,10/10] configs: turris_mox: Add 64 MiB of boot memory

Message ID 20181120120409.12822-10-marek.behun@nic.cz
State Superseded
Delegated to: Stefan Roese
Headers show
Series [U-Boot,u-boot-marvell,v3,01/10] board: turris_mox: Cosmetic restructurization | expand

Commit Message

Marek Behún Nov. 20, 2018, 12:04 p.m. UTC
This is needed for some scenarios, such as booting large FIT image.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
---
 include/configs/turris_mox.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Roese Nov. 29, 2018, 1:08 p.m. UTC | #1
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 <marek.behun@nic.cz>

Reviewed-by: Stefan Roese <sr@denx.de>

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
diff mbox series

Patch

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
 
 /*