diff options
| author | Marek BehĂșn <[email protected]> | 2018-12-17 16:10:10 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2019-01-21 11:39:50 +0100 |
| commit | 7a6f60d6fe6ec524afed8c8396847c4a0fdec9cb (patch) | |
| tree | 55baa2feed27431a1972f1612cee5a428348e425 /include | |
| parent | 3b281aca41dbad65fc0ccc2bed5c2caf684210fc (diff) | |
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/turris_mox.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 /* |
