diff options
Diffstat (limited to 'include/configs/purple.h')
-rw-r--r-- | include/configs/purple.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/purple.h b/include/configs/purple.h index ef92637..5cc4fc7 100644 --- a/include/configs/purple.h +++ b/include/configs/purple.h @@ -143,11 +143,11 @@ #define CFG_FLASH_ERASE_TOUT (6 * CFG_HZ) /* Timeout for Flash Erase */ #define CFG_FLASH_WRITE_TOUT (6 * CFG_HZ) /* Timeout for Flash Write */ -#define CFG_ENV_IS_IN_FLASH 1 +#define CONFIG_ENV_IS_IN_FLASH 1 /* Address and size of Primary Environment Sector */ -#define CFG_ENV_ADDR 0xB0008000 -#define CFG_ENV_SIZE 0x4000 +#define CONFIG_ENV_ADDR 0xB0008000 +#define CONFIG_ENV_SIZE 0x4000 #define CONFIG_FLASH_32BIT #define CONFIG_NR_DRAM_BANKS 1 |