diff options
Diffstat (limited to 'include/configs/apollon.h')
| -rw-r--r-- | include/configs/apollon.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/configs/apollon.h b/include/configs/apollon.h index 6e34ddfef..edfae2743 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -72,8 +72,8 @@  /*   * Size of malloc() pool   */ -#define	CFG_ENV_SIZE SZ_128K	/* Total Size of Environment Sector */ -#define	CFG_MALLOC_LEN	(CFG_ENV_SIZE + SZ_128K) +#define	CONFIG_ENV_SIZE SZ_128K	/* Total Size of Environment Sector */ +#define	CFG_MALLOC_LEN	(CONFIG_ENV_SIZE + SZ_128K)  #define	CFG_GBL_DATA_SIZE	128	/* bytes reserved for initial data */  /* @@ -226,6 +226,6 @@  /* OneNAND boot, OneNAND has CS0, NOR boot ONeNAND has CS2 */  #define	CFG_ONENAND_BASE	0x00000000  #define	CONFIG_ENV_IS_IN_ONENAND	1 -#define CFG_ENV_ADDR		0x00020000 +#define CONFIG_ENV_ADDR		0x00020000  #endif /* __CONFIG_H */ |