From 0380e1845ac8202199e6e2239a6cb44604359601 Mon Sep 17 00:00:00 2001 From: Rajkumar Ayyasamy Date: Wed, 8 Nov 2017 16:08:53 +0530 Subject: [PATCH] ipq40xx: fixed CONFIG_ENV_RANGE macro Change-Id: I5e0dccf8df2d77d99760633bf6647b4bbfc7b7ee Signed-off-by: Rajkumar Ayyasamy --- include/configs/ipq40xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ipq40xx.h b/include/configs/ipq40xx.h index 62bfbf5034..17054d2f7a 100644 --- a/include/configs/ipq40xx.h +++ b/include/configs/ipq40xx.h @@ -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))