Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / pcm052.h
index fb8f3c8..72f8d08 100644 (file)
 
 /* environment organization */
 #ifdef CONFIG_ENV_IS_IN_MMC
-#define CONFIG_ENV_SIZE                        (SZ_8K)
-
-#define CONFIG_ENV_OFFSET              (12 * SZ_64K)
 #define CONFIG_SYS_MMC_ENV_DEV         0
 #endif
 
-#ifdef CONFIG_ENV_IS_IN_NAND
-#define CONFIG_ENV_SECT_SIZE           (SZ_128K)
-#define CONFIG_ENV_SIZE                        (SZ_8K)
-#define CONFIG_ENV_OFFSET              0xA0000
-#define CONFIG_ENV_SIZE_REDUND         (SZ_8K)
-#define CONFIG_ENV_OFFSET_REDUND       0xC0000
-#endif
-
 #endif