From e9b807a80b62b797df0a0255d3293100562ef7c2 Mon Sep 17 00:00:00 2001 From: Sekhar Nori Date: Sun, 10 May 2009 21:38:42 +0530 Subject: DA850 EVM: Fix NAND configuration. The NAND was non-standard layout because of which it was incompatible with Linux layout. --- include/configs/da850_evm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h index 966f8f53c0b..4bdd71db21d 100644 --- a/include/configs/da850_evm.h +++ b/include/configs/da850_evm.h @@ -122,9 +122,10 @@ #define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE #define CONFIG_CLE_MASK 0x10 #define CONFIG_ALE_MASK 0x8 -#define CONFIG_SYS_NAND_HW_ECC +#undef CONFIG_SYS_NAND_HW_ECC #define CONFIG_SYS_NAND_4BIT_HW_ECC #define CONFIG_SYS_NAND_USE_FLASH_BBT +#define CFG_DAVINCI_STD_NAND_LAYOUT /* Max number of NAND devices */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define NAND_MAX_CHIPS 1 -- cgit v1.2.3