mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: ipq8064: Added CONFIG_ENV_RANGE
Change-Id: I5150019b90d5b283b522ed34ccf9d43367fa15cf Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
c75090661c
commit
66e7fc668e
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue