From 11906936e168d12d684bb3d2930a62693ba3d84e Mon Sep 17 00:00:00 2001 From: Prafulla Wadaskar Date: Mon, 10 Aug 2009 18:55:54 +0530 Subject: [PATCH] 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 --- include/configs/rd6281a.h | 1 + 1 file changed, 1 insertion(+) 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 /* -- 2.39.2