env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
[oweals/u-boot.git] / include / configs / strider.h
index e3d64e52aa13431c35c006d91c45031f5c8f149b..d270d8a2dd4f9cdf4175a02b31d4aad86097280a 100644 (file)
@@ -390,7 +390,6 @@ void fpga_control_clear(unsigned int bus, int pin);
 #define CONFIG_ENV_SECT_SIZE   0x10000 /* 64K(one sector) for env */
 #define CONFIG_ENV_SIZE                0x2000
 #define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR + CONFIG_ENV_SECT_SIZE)
-#define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE
 #else
 #define CONFIG_ENV_SIZE                0x2000          /* 8KB */
 #endif