From: Prafulla Wadaskar Date: Fri, 7 Aug 2009 16:57:32 +0000 (+0530) Subject: arm: Sheevaplug: Fixed NAND specific warning X-Git-Tag: v2009.08-rc2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=30951960bae9a2c33e324a7165962a082e913f9e;p=u-boot arm: Sheevaplug: 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/sheevaplug.h b/include/configs/sheevaplug.h index fc401a8f88..1f95a3ced9 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 /*