ARM: ipq8064: Added CONFIG_ENV_RANGE

Change-Id: I5150019b90d5b283b522ed34ccf9d43367fa15cf
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
Gokul Sriram Palanisamy 2017-07-11 20:22:59 +05:30 committed by Gerrit - the friendly Code Review server
parent c75090661c
commit 66e7fc668e

View file

@ -90,6 +90,7 @@
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_ENV_SIZE 0x10000 /* 64 KB */
#define CONFIG_ENV_RANGE board_env_range
#define CONFIG_ENV_SIZE_MAX (256 << 10) /* 256 KB */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE_MAX + (512 << 10))