Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/275d49da4a00432dc8706027d2e04ee1270e2bf9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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>
master
Mike Frysinger 16 years ago committed by Tom Rix
parent 6c507885c7
commit 275d49da4a
  1. 3
      include/configs/bfin_adi_common.h

@ -87,6 +87,9 @@
# define CONFIG_CMD_SPIBOOTLDR
# endif
#endif
#ifdef CONFIG_CMD_NAND
# define CONFIG_SYS_64BIT_VSPRINTF
#endif
/*
* Console Settings

Loading…
Cancel
Save