Skip to content
Snippets Groups Projects
Commit 11906936 authored by Prafulla Wadaskar's avatar Prafulla Wadaskar Committed by Wolfgang Denk
Browse files

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: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent b5ffb193
No related branches found
No related tags found
No related merge requests found
......@@ -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
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment