diff options
| -rw-r--r-- | include/configs/davinci_dm355evm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h index d092fb832..ea40df0be 100644 --- a/include/configs/davinci_dm355evm.h +++ b/include/configs/davinci_dm355evm.h @@ -69,6 +69,7 @@  #define CONFIG_SYS_NAND_USE_FLASH_BBT  #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST  #define CONFIG_SYS_NAND_PAGE_2K +#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #define CONFIG_SYS_NAND_LARGEPAGE  #define CONFIG_SYS_NAND_BASE_LIST	{ 0x02000000, } |