projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3177349
)
arm: Sheevaplug: Fixed NAND specific warning
author
Prafulla Wadaskar
<prafulla@marvell.com>
Fri, 7 Aug 2009 16:57:32 +0000
(22:27 +0530)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 9 Aug 2009 21:44:52 +0000
(23:44 +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/sheevaplug.h
patch
|
blob
|
history
diff --git
a/include/configs/sheevaplug.h
b/include/configs/sheevaplug.h
index fc401a8f880d7a4c1cb286f9b400fe07670f7dae..1f95a3ced93af0ae2355cad75a8ef03a95d667ae 100644
(file)
--- 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
/*