summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2009-04-30 02:20:09 -0400
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:26 -0400
commitf44a69227b8e8b050b736ad1d5f1a809cfea64d7 (patch)
tree412a795d0a503b3d442b9d6cc0dc9ec7fb66239d
parentf2e6235734182034640085677c5499d595fddb5a (diff)
Modify the SPI FLash details in da850 configuration file to match the new Flash on da850 EVM.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
-rw-r--r--include/configs/da850_evm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h
index 68104e3996..9ad05b1a8a 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -149,9 +149,9 @@
#undef CONFIG_ENV_IS_IN_FLASH
#undef CONFIG_ENV_IS_IN_NAND
#define CONFIG_ENV_IS_IN_SPI_FLASH
-#define CONFIG_ENV_SIZE SZ_16K
+#define CONFIG_ENV_SIZE SZ_64K
#define CONFIG_ENV_OFFSET SZ_256K
-#define CONFIG_ENV_SECT_SIZE SZ_4K
+#define CONFIG_ENV_SECT_SIZE SZ_64K
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#endif