[U-Boot] [PATCH] TI DaVinci Sonata: Add Config option for 64 bit Support

s-paulraj at ti.com s-paulraj at ti.com
Sun Oct 11 15:14:33 CEST 2009


From: Sandeep Paulraj <s-paulraj at ti.com>

Adding the CONFIG_SYS_64BIT_VSPRINTF fot the DM644x based Sonata

Signed-off-by: Sandeep Paulraj <s-paulraj at ti.com>
---
Previous patch incorrectly said that it was meant for the DM355 EVM
 include/configs/davinci_sonata.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h
index 5a55c56..9138b2b 100644
--- a/include/configs/davinci_sonata.h
+++ b/include/configs/davinci_sonata.h
@@ -125,6 +125,7 @@
 #define CONFIG_SYS_NAND_HW_ECC
 #define CONFIG_SYS_MAX_NAND_DEVICE	1	/* Max number of NAND devices */
 #define CONFIG_ENV_OFFSET		0x0	/* Block 0--not used by bootcode */
+#define CONFIG_SYS_64BIT_VSPRINTF	/* needed for nand_util.c */
 #define DEF_BOOTM		""
 #elif defined(CONFIG_SYS_USE_NOR)
 #ifdef CONFIG_NOR_UART_BOOT
-- 
1.6.0.4



More information about the U-Boot mailing list