diff options
| -rw-r--r-- | include/configs/rd6281a.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3d8e25cc8..3f4d42c51 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.h @@ -107,6 +107,7 @@  #define NAND_MAX_CHIPS			1  #define CONFIG_SYS_NAND_BASE		0xD8000000	/* KW_DEFADR_NANDF */  #define NAND_ALLOW_ERASE_ALL		1 +#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */  #endif  /* |