From: Prafulla Wadaskar Date: Mon, 10 Aug 2009 13:25:54 +0000 (+0530) Subject: arm: rd6281a: Fixed NAND specific warning X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=11906936e168d12d684bb3d2930a62693ba3d84e;p=project%2Fbcm63xx%2Fu-boot.git arm: rd6281a: Fixed NAND specific warning 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 --- diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3d8e25cc84..3f4d42c51b 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.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 /*