mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-29 23:41:52 +01:00
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>
This commit is contained in:
parent
5d783c1ffd
commit
eb95aa15e6
@ -73,7 +73,6 @@
|
|||||||
|
|
||||||
/* NAND: socketed, two chipselects, normally 2 GBytes */
|
/* NAND: socketed, two chipselects, normally 2 GBytes */
|
||||||
#define CONFIG_NAND_DAVINCI
|
#define CONFIG_NAND_DAVINCI
|
||||||
#define CONFIG_SYS_NAND_HW_ECC
|
|
||||||
#define CONFIG_SYS_NAND_USE_FLASH_BBT
|
#define CONFIG_SYS_NAND_USE_FLASH_BBT
|
||||||
#define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
|
#define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
|
||||||
#define CONFIG_SYS_NAND_PAGE_2K
|
#define CONFIG_SYS_NAND_PAGE_2K
|
||||||
@ -97,7 +96,6 @@
|
|||||||
#define CONFIG_CMD_I2C
|
#define CONFIG_CMD_I2C
|
||||||
#define CONFIG_CMD_PING
|
#define CONFIG_CMD_PING
|
||||||
#define CONFIG_CMD_SAVES
|
#define CONFIG_CMD_SAVES
|
||||||
#define CONFIG_CMD_SAVEENV
|
|
||||||
|
|
||||||
#ifdef CONFIG_NAND_DAVINCI
|
#ifdef CONFIG_NAND_DAVINCI
|
||||||
#define CONFIG_CMD_MTDPARTS
|
#define CONFIG_CMD_MTDPARTS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user