diff options
Diffstat (limited to 'include/configs/assabet.h')
| -rw-r--r-- | include/configs/assabet.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/include/configs/assabet.h b/include/configs/assabet.h index 3cc4db43a..28864ea16 100644 --- a/include/configs/assabet.h +++ b/include/configs/assabet.h @@ -45,7 +45,7 @@  /*   * Size of malloc() pool   */ -#define CFG_MALLOC_LEN          (CFG_ENV_SIZE + 128*1024) +#define CFG_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024)  #define CFG_GBL_DATA_SIZE       128	/* size rsrvd for initial data */  /* @@ -163,10 +163,10 @@  #define CONFIG_ENV_IS_IN_FLASH	1  #if defined(CONFIG_ENV_IS_IN_FLASH) -#define CFG_ENV_IN_OWN_SECTOR	1 -#define CFG_ENV_ADDR		(PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE) -#define CFG_ENV_SIZE		PHYS_FLASH_SECT_SIZE -#define CFG_ENV_SECT_SIZE	PHYS_FLASH_SECT_SIZE +#define CONFIG_ENV_IN_OWN_SECTOR	1 +#define CONFIG_ENV_ADDR		(PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE) +#define CONFIG_ENV_SIZE		PHYS_FLASH_SECT_SIZE +#define CONFIG_ENV_SECT_SIZE	PHYS_FLASH_SECT_SIZE  #endif  #endif /* __CONFIG_H */ |