|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- *(C) Copyright 2005-2007 Netstal Maschinen AG
|
|
|
+ *(C) Copyright 2005-2008 Netstal Maschinen AG
|
|
|
* Niklaus Giger (Niklaus.Giger@netstal.com)
|
|
|
*
|
|
|
* See file CREDITS for list of people who contributed to this
|
|
@@ -103,13 +103,19 @@
|
|
|
* Flash
|
|
|
*----------------------------------------------------------------------*/
|
|
|
|
|
|
-#define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
|
|
|
-#define CFG_MAX_FLASH_SECT 8 /* max number of sectors on one chip */
|
|
|
+/* Use common CFI driver */
|
|
|
+#define CFG_FLASH_CFI
|
|
|
+#define CFG_FLASH_CFI_DRIVER
|
|
|
+/* board provides its own flash_init code */
|
|
|
+#define CONFIG_FLASH_CFI_LEGACY 1
|
|
|
+#define CFG_FLASH_CFI_WIDTH FLASH_CFI_8BIT
|
|
|
+#define CFG_FLASH_LEGACY_512Kx8 1
|
|
|
|
|
|
-#define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
|
|
|
+/* print 'E' for empty sector on flinfo */
|
|
|
+#define CFG_FLASH_EMPTY_INFO
|
|
|
|
|
|
-#define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
|
|
|
-#define CFG_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
|
|
|
+#define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
|
|
|
+#define CFG_MAX_FLASH_SECT 8 /* max number of sectors on one chip */
|
|
|
|
|
|
/*-----------------------------------------------------------------------
|
|
|
* Environment
|