]> git.sur5r.net Git - u-boot/commitdiff
arm: rd6281a: Fixed NAND specific warning
authorPrafulla Wadaskar <prafulla@marvell.com>
Mon, 10 Aug 2009 13:25:54 +0000 (18:55 +0530)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Aug 2009 21:26:09 +0000 (23:26 +0200)
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/rd6281a.h

index 3d8e25cc84d20cacc4dc6ffeea3b56232edc4e47..3f4d42c51b142f801b4ed7843dfbda4359e609b2 100644 (file)
 #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
 
 /*