projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353462f
)
Fix Compliation warning for SBC35-A9G20 board
author
Sandeep Paulraj
<s-paulraj@ti.com>
Wed, 28 Oct 2009 15:04:53 +0000
(11:04 -0400)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 28 Oct 2009 20:47:07 +0000
(21:47 +0100)
The patch fixes a compilation warning by defining
CONFIG_SYS_64BIT_VSPRINTF in the config file
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/sbc35_a9g20.h
patch
|
blob
|
history
diff --git
a/include/configs/sbc35_a9g20.h
b/include/configs/sbc35_a9g20.h
index f4b34775a636583534d280aca783bb084dd8771c..7a2dcd884b94a62d2e686293f792decfb8443678 100644
(file)
--- a/
include/configs/sbc35_a9g20.h
+++ b/
include/configs/sbc35_a9g20.h
@@
-161,6
+161,7
@@
#define CONFIG_ENV_OFFSET 0x60000
#define CONFIG_ENV_OFFSET_REDUND 0x80000
#define CONFIG_ENV_SIZE 0x20000
+#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */
#endif
#define CONFIG_BOOTCOMMAND "nboot 0x21000000 0 400000"