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 <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
3b281aca41
commit
7a6f60d6fe
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user