[U-Boot] [PATCH] arm: Sheevaplug: Fixed NAND specific warning
Prafulla Wadaskar
prafulla at marvell.com
Fri Aug 7 18:57:32 CEST 2009
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 at 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
More information about the U-Boot
mailing list