]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix Compliation warning for SBC35-A9G20 board
authorSandeep Paulraj <s-paulraj@ti.com>
Wed, 28 Oct 2009 15:04:53 +0000 (11:04 -0400)
committerWolfgang 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

index f4b34775a636583534d280aca783bb084dd8771c..7a2dcd884b94a62d2e686293f792decfb8443678 100644 (file)
 #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"