Re: [U-Boot] [PATCH] arm: rd6281a: Fixed NAND specific warning

2009-08-21 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1249910754-18169-1-git-send-email-prafu...@marvell.com> you wrote: > It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF > for NAND specific warning removal, same is done in this patch > > Signed-off-by: Prafulla Wadaskar > --- > include/configs/r

[U-Boot] [PATCH] arm: rd6281a: Fixed NAND specific warning

2009-08-10 Thread Prafulla Wadaskar
It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF for NAND specific warning removal, same is done in this patch Signed-off-by: Prafulla Wadaskar --- include/configs/rd6281a.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/rd6281a.h b/includ