diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-11 21:27:31 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-11 21:27:31 +0200 |
commit | 2395db48869e759c4422efa3d3c25161601aa17b (patch) | |
tree | 4046c04770a56701a4d773bf7d22cc288a9f085f /include/configs/TQM834x.h | |
parent | 3c6e979a94c91e0e7f28356622c79784b621cbde (diff) | |
parent | 2329fe113d847e43cca8e4a0e4edd613b50b8492 (diff) | |
download | u-boot-imx-2395db48869e759c4422efa3d3c25161601aa17b.zip u-boot-imx-2395db48869e759c4422efa3d3c25161601aa17b.tar.gz u-boot-imx-2395db48869e759c4422efa3d3c25161601aa17b.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 89fc465..0d2ca72 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -113,7 +113,7 @@ extern int tqm834x_num_flash_banks; BR_MS_GPCM | BR_PS_32 | BR_V) /* FLASH timing (0x0000_0c54) */ -#define CFG_OR_TIMING_FLASH (OR_GPCM_CSNT | OR_GPCM_ACS_0b10 | \ +#define CFG_OR_TIMING_FLASH (OR_GPCM_CSNT | OR_GPCM_ACS_DIV4 | \ OR_GPCM_SCY_5 | OR_GPCM_TRLX) #define CFG_PRELIM_OR_AM 0xc0000000 /* OR addr mask: 1 GiB */ |