diff options
author | Wolfgang Denk <wd@denx.de> | 2012-01-13 20:11:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-01-13 20:11:22 +0100 |
commit | c30186c60af24bc397b733910ca6fc39e74515f2 (patch) | |
tree | 7a5d46939a15207da5952cf8c737941ad7e2cd57 /include/configs/PATI.h | |
parent | 3dc5ea500ffc00a1b3602b5e7fe69e72908a1818 (diff) | |
parent | d49f5b1cae6639cdc0c5419908d7ca06297a1976 (diff) | |
download | u-boot-imx-c30186c60af24bc397b733910ca6fc39e74515f2.zip u-boot-imx-c30186c60af24bc397b733910ca6fc39e74515f2.tar.gz u-boot-imx-c30186c60af24bc397b733910ca6fc39e74515f2.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
* 'master' of git://git.denx.de/u-boot-ppc4xx:
board/mpl/pati: use the CFI driver for the PATI board
board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board
board/mpl/pip405: use the CFI driver for the PIP405 board
board/mpl/common: remove the old legacy flash
ppc4xx: Setup HICB on Io64
Diffstat (limited to 'include/configs/PATI.h')
-rw-r--r-- | include/configs/PATI.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/include/configs/PATI.h b/include/configs/PATI.h index da2d602..bf39d00 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 |