Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / include / configs / integratorcp.h
index 56931b7..d8a474d 100644 (file)
  */
 #if ( PHYS_FLASH_SIZE == 0x04000000 )
 
-#define CONFIG_ENV_ADDR                0x27F00000
 #define CONFIG_SYS_MONITOR_BASE        0x27F40000
 
 #elif (PHYS_FLASH_SIZE == 0x02000000 )
 
-#define CONFIG_ENV_ADDR                0x25F00000
 #define CONFIG_SYS_MONITOR_BASE        0x25F40000
 
 #else
 
-#define CONFIG_ENV_ADDR                0x24F00000
 #define CONFIG_SYS_MONITOR_BASE        0x27F40000
 
 #endif
 
-#define CONFIG_ENV_SECT_SIZE   0x40000         /* 256KB */
-#define CONFIG_ENV_SIZE                8192            /* 8KB */
-
 #endif /* __CONFIG_H */