diff options
Diffstat (limited to 'include/configs/delta.h')
| -rw-r--r-- | include/configs/delta.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/delta.h b/include/configs/delta.h index e7186e839..1572eef8a 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -228,6 +228,8 @@  #define CONFIG_SYS_NAND_BASE_LIST	{ CONFIG_SYS_NAND0_BASE }  #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */ +#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */ +  /* nand timeout values */  #define CONFIG_SYS_NAND_PROG_ERASE_TO	3000  #define CONFIG_SYS_NAND_OTHER_TO	100 |