diff options
Diffstat (limited to 'include/configs/pcm058.h')
-rw-r--r-- | include/configs/pcm058.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 855bc445fe..b9f5ad3260 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -76,7 +76,6 @@ #define CONFIG_ENV_SIZE (16 * 1024) #define CONFIG_ENV_OFFSET (1024 * SZ_1K) #define CONFIG_ENV_SECT_SIZE (64 * SZ_1K) -#define CONFIG_SYS_REDUNDAND_ENVIRONMENT #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + \ CONFIG_ENV_SECT_SIZE) #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE |