summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin@justin-linux.(none)>2008-02-05 09:57:08 -0500
committerJustin Waters <justin@justin-linux.(none)>2008-02-05 09:57:08 -0500
commit36e6496e876c116590b9302b8ec7e21ba0f9561e (patch)
tree2939476bff27d2341b5657beb6003a328587bc5d
parenta0ab42c45d7e037e7231e4cf9fb4ac0f08b0e686 (diff)
AT91SAM9RL: Fix Dataflash timing
The timings for the dataflash chip on the SAM9RL-EK board are incorrect. This patch fixes them. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Justin Waters <justin.waters@timesys.com>
-rw-r--r--include/configs/at91sam9rlek.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 6d3f0c804f..1618df1dd7 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -141,8 +141,8 @@
#define CFG_SPI_WRITE_TOUT (50*CFG_HZ)
/* AC Characteristics */
-#define DATAFLASH_TCSS (0x1c << 16)
-#define DATAFLASH_TCHS (0x1 << 24)
+#define DATAFLASH_TCSS (0x1f << 16)
+#define DATAFLASH_TCHS (0x2 << 24)
#define CFG_MAX_DATAFLASH_BANKS 1
#define CFG_MAX_DATAFLASH_PAGES 16384