From: Mike Frysinger Date: Wed, 2 Sep 2009 08:21:16 +0000 (-0400) Subject: Blackfin: enable 64bit printf for nand X-Git-Tag: v2010.09-rc1~1^2~19^2~42^2~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=275d49da4a00432dc8706027d2e04ee1270e2bf9;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index b615c79..00bfc6e 100644 --- a/include/configs/bfin_adi_common.h +++ b/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