public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: Sheevaplug: Fixed NAND specific warning
@ 2009-08-07 16:57 Prafulla Wadaskar
  2009-08-07 20:12 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Prafulla Wadaskar @ 2009-08-07 16:57 UTC (permalink / raw)
  To: u-boot

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 <prafulla@marvell.com>
---
 include/configs/sheevaplug.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index fc401a8..1f95a3c 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -107,6 +107,7 @@
 #define NAND_MAX_CHIPS			1
 #define CONFIG_SYS_NAND_BASE		0xD8000000	/* KW_DEFADR_NANDF */
 #define NAND_ALLOW_ERASE_ALL		1
+#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */
 #endif
 
 /*
-- 
1.5.3.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm: Sheevaplug: Fixed NAND specific warning
  2009-08-07 16:57 [U-Boot] [PATCH] arm: Sheevaplug: Fixed NAND specific warning Prafulla Wadaskar
@ 2009-08-07 20:12 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-07 20:12 UTC (permalink / raw)
  To: u-boot

On 22:27 Fri 07 Aug     , Prafulla Wadaskar 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 <prafulla@marvell.com>
> ---
>  include/configs/sheevaplug.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
applied to u-boo-arm

Best Regards,
J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-07 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-07 16:57 [U-Boot] [PATCH] arm: Sheevaplug: Fixed NAND specific warning Prafulla Wadaskar
2009-08-07 20:12 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox