env: Finish migration of common ENV options
[oweals/u-boot.git] / include / configs / el6x_common.h
index fe28154dc19d6bd85e5a87d240331d65ddea10ce..95c04c3797060814b23ae3c03522fd131b1d860c 100644 (file)
 
 /* environment organization */
 
-#define CONFIG_ENV_SIZE                        (8 * 1024)
-
 #if defined(CONFIG_ENV_IS_IN_MMC)
 #define CONFIG_SYS_MMC_ENV_DEV         1
 #define CONFIG_SYS_MMC_ENV_PART                2
-#define CONFIG_ENV_OFFSET              0x0
 #endif
 
 #endif                         /* __EL6Q_COMMON_CONFIG_H */