diff options
Diffstat (limited to 'include/configs/zylonite.h')
-rw-r--r-- | include/configs/zylonite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h index 15c37087f..6b4586ef0 100644 --- a/include/configs/zylonite.h +++ b/include/configs/zylonite.h @@ -206,6 +206,8 @@ #define CONFIG_SYS_NAND_SENDCMD_RETRY 3 #undef NAND_ALLOW_ERASE_ALL /* Allow erasing bad blocks - don't use */ +#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */ + /* NAND Timing Parameters (in ns) */ #define NAND_TIMING_tCH 10 #define NAND_TIMING_tCS 0 |