diff options
| author | Sandeep Paulraj <s-paulraj@ti.com> | 2009-09-14 14:57:47 -0400 | 
|---|---|---|
| committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-13 06:17:35 -0500 | 
| commit | eb95aa15e644c29b01832703aa4964fe419170f0 (patch) | |
| tree | 5dfc1a34094cee50abf5a160f3c40c78718d2002 | |
| parent | 5d783c1ffd691ffdadbc2c2f796c41481b7cdce7 (diff) | |
| download | olio-uboot-2014.01-eb95aa15e644c29b01832703aa4964fe419170f0.tar.xz olio-uboot-2014.01-eb95aa15e644c29b01832703aa4964fe419170f0.zip | |
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.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h index 72eccb906..2797f827e 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 |