Skip to content
Snippets Groups Projects
Commit 275d49da authored by Mike Frysinger's avatar Mike Frysinger Committed by Tom Rix
Browse files

Blackfin: enable 64bit printf for nand


Since the NAND code now uses 64bit code, make sure we enable support for
ADI Blackfin boards in printf to avoid the warning:
nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 6c507885
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@
# define CONFIG_CMD_SPIBOOTLDR
# endif
#endif
#ifdef CONFIG_CMD_NAND
# define CONFIG_SYS_64BIT_VSPRINTF
#endif
/*
* Console Settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment