]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
AT91 CPU9260 CPU9G20 Fix compile warnings
authorEric Benard <eric@eukrea.com>
Mon, 12 Oct 2009 08:15:40 +0000 (10:15 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 18 Oct 2009 21:39:01 +0000 (16:39 -0500)
This change fixes the compiler warning

nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF
  for correct output!

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
include/configs/cpu9260.h

index 4ef8566ea215a081795ba48c4fd8976102dc92dc..de8cfb7c603535912305a591a9c380f96cfb4736 100644 (file)
 #define CONFIG_SYS_NAND_ENABLE_PIN             AT91_PIN_PC14
 #define CONFIG_SYS_NAND_MASK_ALE               (1 << 21)
 #define CONFIG_SYS_NAND_MASK_CLE               (1 << 22)
+#define CONFIG_SYS_64BIT_VSPRINTF              /* needed for nand_util.c */
 
 /* NOR flash */
 #define CONFIG_SYS_FLASH_CFI                   1