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:
b5ffb19
)
arm: rd6281a: Fixed NAND specific warning
author
Prafulla Wadaskar
<prafulla@marvell.com>
Mon, 10 Aug 2009 13:25:54 +0000
(18:55 +0530)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 21 Aug 2009 21:26:09 +0000
(23:26 +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/rd6281a.h
patch
|
blob
|
history
diff --git
a/include/configs/rd6281a.h
b/include/configs/rd6281a.h
index
3d8e25c
..
3f4d42c
100644
(file)
--- 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
/*