]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TI DaVinci DM355: Add Config option for 64 bit Support
authorSandeep Paulraj <s-paulraj@ti.com>
Sat, 10 Oct 2009 14:18:46 +0000 (10:18 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 18 Oct 2009 21:52:53 +0000 (16:52 -0500)
Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
Without this option enabled while performing NAND operations we will get
wrong diagnostic messages.
Example if the MTD NAND driver find a bad block while erasing from
a certain address, it will say bad block skipped at 0x00000000.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/davinci_dm355evm.h

index d092fb8325a5f86f4d961d1d615e5ab833bb40da..ea40df0bed0dce35044d96b18af43e47747eb5fd 100644 (file)
@@ -69,6 +69,7 @@
 #define CONFIG_SYS_NAND_USE_FLASH_BBT
 #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
 #define CONFIG_SYS_NAND_PAGE_2K
+#define CONFIG_SYS_64BIT_VSPRINTF      /* needed for nand_util.c */
 
 #define CONFIG_SYS_NAND_LARGEPAGE
 #define CONFIG_SYS_NAND_BASE_LIST      { 0x02000000, }