summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Müller <d.mueller@elsoft.ch>2011-12-22 13:38:22 +0100
committerStefan Roese <sr@denx.de>2012-01-09 09:25:07 +0100
commitd49f5b1cae6639cdc0c5419908d7ca06297a1976 (patch)
treebc4c777db9c3c0785cbe9fb946cd2db5789bc986 /include
parent39441b35c65c110118998116e6a9bb1dfb534eaf (diff)
downloadtalos-obmc-uboot-d49f5b1cae6639cdc0c5419908d7ca06297a1976.tar.gz
talos-obmc-uboot-d49f5b1cae6639cdc0c5419908d7ca06297a1976.zip
board/mpl/pati: use the CFI driver for the PATI board
Signed-off-by: David Mueller <d.mueller@elsoft.ch> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/PATI.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/include/configs/PATI.h b/include/configs/PATI.h
index da2d602506..bf39d0040e 100644
--- a/include/configs/PATI.h
+++ b/include/configs/PATI.h
@@ -168,11 +168,16 @@
*
*/
-#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* Max number of memory banks */
-#define CONFIG_SYS_MAX_FLASH_SECT 128 /* Max number of sectors on one chip */
-#define CONFIG_SYS_FLASH_ERASE_TOUT 180000 /* Timeout for Flash Erase (in ms) */
-#define CONFIG_SYS_FLASH_WRITE_TOUT 600 /* Timeout for Flash Write (in ms) */
+#define CONFIG_SYS_FLASH_PROTECTION
+#define CONFIG_SYS_FLASH_EMPTY_INFO
+#define CONFIG_SYS_FLASH_CFI
+#define CONFIG_FLASH_CFI_DRIVER
+
+#define CONFIG_FLASH_SHOW_PROGRESS 45
+
+#define CONFIG_SYS_MAX_FLASH_BANKS 1
+#define CONFIG_SYS_MAX_FLASH_SECT 128
#define CONFIG_ENV_IS_IN_EEPROM
#ifdef CONFIG_ENV_IS_IN_EEPROM
OpenPOWER on IntegriCloud