diff options
Diffstat (limited to 'include/configs/smdk6400.h')
| -rw-r--r-- | include/configs/smdk6400.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 4c5602bf8..ea65c0ef1 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -68,7 +68,7 @@  /*   * Size of malloc() pool   */ -#define CFG_MALLOC_LEN		(CFG_ENV_SIZE + 1024 * 1024) +#define CFG_MALLOC_LEN		(CONFIG_ENV_SIZE + 1024 * 1024)  #define CFG_GBL_DATA_SIZE	128	/* size in bytes for initial data */  /* @@ -196,7 +196,7 @@  #define CFG_FLASH_ERASE_TOUT	(5 * CFG_HZ) /* Timeout for Flash Erase	*/  #define CFG_FLASH_WRITE_TOUT	(5 * CFG_HZ) /* Timeout for Flash Write	*/ -#define CFG_ENV_SIZE		0x4000	/* Total Size of Environment Sector */ +#define CONFIG_ENV_SIZE		0x4000	/* Total Size of Environment Sector */  /*   * SMDK6400 board specific data @@ -222,7 +222,7 @@  /* NAND U-Boot load and start address */  #define CFG_UBOOT_BASE		(CFG_MAPPED_RAM_BASE + 0x07e00000) -#define CFG_ENV_OFFSET		0x0040000 +#define CONFIG_ENV_OFFSET		0x0040000  /* NAND configuration */  #define CFG_MAX_NAND_DEVICE	1 |