Merge "ipq40xx: fixed CONFIG_ENV_RANGE macro"

This commit is contained in:
Linux Build Service Account 2017-12-06 13:51:14 -08:00 committed by Gerrit - the friendly Code Review server
commit 67dc876bc6

View file

@ -125,7 +125,7 @@ typedef struct {
#define CONFIG_BOARD_LATE_INIT
#define CONFIG_ENV_OFFSET board_env_offset
#define CONFIG_ENV_SIZE_MAX (256 << 10) /* 256 KB */
#define CONFIG_ENV_RANGE board_env_size
#define CONFIG_ENV_RANGE board_env_range
#define CONFIG_ENV_SIZE (256 << 10) /* 256 KB */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE_MAX + (256 << 10))