summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-09-14 14:57:47 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:30 -0500
commitdcefd82cbccd854eba1fbcef806da2dc5abd7e52 (patch)
tree0096d089426bae1f8c41c5cbd461b36d0ded2103
parent745047f534af56e1a7068ce1e59304c6a65099aa (diff)
downloadu-boot-imx-dcefd82cbccd854eba1fbcef806da2dc5abd7e52.zip
u-boot-imx-dcefd82cbccd854eba1fbcef806da2dc5abd7e52.tar.gz
u-boot-imx-dcefd82cbccd854eba1fbcef806da2dc5abd7e52.tar.bz2
TI: DaVinci DM365: Minor config cleanup
The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag. This is already included when we include the config_cmd_default.h header file. So this flag is removed. Also another flag to enable NAND functions was being enabled incorrectly. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
-rw-r--r--include/configs/davinci_dm365evm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h
index 72eccb9..2797f82 100644
--- a/include/configs/davinci_dm365evm.h
+++ b/include/configs/davinci_dm365evm.h
@@ -73,7 +73,6 @@
/* NAND: socketed, two chipselects, normally 2 GBytes */
#define CONFIG_NAND_DAVINCI
-#define CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_NAND_USE_FLASH_BBT
#define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
#define CONFIG_SYS_NAND_PAGE_2K
@@ -97,7 +96,6 @@
#define CONFIG_CMD_I2C
#define CONFIG_CMD_PING
#define CONFIG_CMD_SAVES
-#define CONFIG_CMD_SAVEENV
#ifdef CONFIG_NAND_DAVINCI
#define CONFIG_CMD_MTDPARTS