summaryrefslogtreecommitdiffstats
path: root/include/configs/davinci_dvevm.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-10-11 09:14:58 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-18 16:52:53 -0500
commit54aa603d2ce1d9374a1f5c6336362037ad2d8b51 (patch)
treeb5bdca4fed413e2a0d77c66063afbd8212b39d03 /include/configs/davinci_dvevm.h
parentb8d0aa0c78b8c0fa51acada3c486b81085924b53 (diff)
downloadtalos-obmc-uboot-54aa603d2ce1d9374a1f5c6336362037ad2d8b51.tar.gz
talos-obmc-uboot-54aa603d2ce1d9374a1f5c6336362037ad2d8b51.zip
TI DaVinci DVEVM: Add Config option for 64 bit Support
Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM 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>
Diffstat (limited to 'include/configs/davinci_dvevm.h')
-rw-r--r--include/configs/davinci_dvevm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h
index f7d23990c4..b045e80ae6 100644
--- a/include/configs/davinci_dvevm.h
+++ b/include/configs/davinci_dvevm.h
@@ -138,6 +138,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
OpenPOWER on IntegriCloud