summaryrefslogtreecommitdiffstats
path: root/include/configs/davinci_dm355evm.h
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-10-10 10:18:46 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-18 16:52:53 -0500
commit86a725b9c8b829c217be90e590f3ca2c91fa1dca (patch)
tree89e3d50225a02f22d802e39e852015a1b6db6f77 /include/configs/davinci_dm355evm.h
parent9c44ddccb6602f620fc037974f3e4468ad8a7c0c (diff)
downloadtalos-obmc-uboot-86a725b9c8b829c217be90e590f3ca2c91fa1dca.tar.gz
talos-obmc-uboot-86a725b9c8b829c217be90e590f3ca2c91fa1dca.zip
TI DaVinci DM355: Add Config option for 64 bit Support
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>
Diffstat (limited to 'include/configs/davinci_dm355evm.h')
-rw-r--r--include/configs/davinci_dm355evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h
index d092fb8325..ea40df0bed 100644
--- a/include/configs/davinci_dm355evm.h
+++ b/include/configs/davinci_dm355evm.h
@@ -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, }
OpenPOWER on IntegriCloud