diff options
Diffstat (limited to 'include/configs/keymile-common.h')
-rw-r--r-- | include/configs/keymile-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h index 2ef6a35..729d1c0 100644 --- a/include/configs/keymile-common.h +++ b/include/configs/keymile-common.h @@ -125,7 +125,7 @@ #define CONFIG_ENV_SIZE 0x04000 /* Size of Environment */ -#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc */ +#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) /* UBI Support for all Keymile boards */ #define CONFIG_CMD_UBI |