mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
9c46e71af2
commit
c7bcdde46a
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@
|
|||
# define CONFIG_CMD_SPIBOOTLDR
|
||||
# endif
|
||||
#endif
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
# define CONFIG_SYS_64BIT_VSPRINTF
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Console Settings
|
||||
|
|
Loading…
Add table
Reference in a new issue