From 7a6f60d6fe6ec524afed8c8396847c4a0fdec9cb Mon Sep 17 00:00:00 2001 From: Marek BehĂșn Date: Mon, 17 Dec 2018 16:10:10 +0100 Subject: arm: mvebu: configs: turris_mox: Add 64 MiB of boot memory This is needed for some scenarios, such as booting large FIT image. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- 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 0aebe2100b4..82cdccecc13 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 /* -- cgit v1.2.3