[U-Boot] [PATCH v4 10/10] arm: mvebu: configs: turris_mox: Add 64	MiB of boot memory
    Marek BehĂșn 
    marek.behun at nic.cz
       
    Mon Dec 17 15:10:10 UTC 2018
    
    
  
This is needed for some scenarios, such as booting large FIT image.
Signed-off-by: Marek BehĂșn <marek.behun at nic.cz>
Reviewed-by: Stefan Roese <sr at denx.de>
---
 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
 
 /*
-- 
2.18.1
    
    
More information about the U-Boot
mailing list