summaryrefslogtreecommitdiffstats
path: root/board/fads
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-06 23:13:55 +0000
committerwdenk <wdenk>2004-06-06 23:13:55 +0000
commita56bd92289298bde16306bcc754277db45315d2f (patch)
tree191b3ffdc97a005ddc973f7de85ef3b1d3768fd8 /board/fads
parent5ca2679933142f7bf2996590b2e318c298664748 (diff)
downloadtalos-obmc-uboot-a56bd92289298bde16306bcc754277db45315d2f.tar.gz
talos-obmc-uboot-a56bd92289298bde16306bcc754277db45315d2f.zip
* Patch by Dave Peverley, 30 Apr 2004:
Add support for OMAP730 Perseus2 Development board * Patch by Alan J. Luse, 29 Apr 2004: Fix flash chip-select (OR0) option register setting on FADS boards. * Patch by Alan J. Luse, 29 Apr 2004: Report MII network speed and duplex setting properly when auto-negotiate is not enabled. * Patch by Jarrett Redd, 29 Apr 2004: Fix hang on reset on Ocotea board due to flash in wrong mode.
Diffstat (limited to 'board/fads')
-rw-r--r--board/fads/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/fads/flash.c b/board/fads/flash.c
index c23dff70b7..d2a46b2275 100644
--- a/board/fads/flash.c
+++ b/board/fads/flash.c
@@ -94,7 +94,7 @@ unsigned long flash_init (void)
/* Remap FLASH according to real size */
memctl->memc_or0 =
- ((((unsigned long) ~1) << i) & OR_AM_MSK) |
+ ((((unsigned long) ~0) << i) & OR_AM_MSK) |
CFG_OR_TIMING_FLASH;
memctl->memc_br0 = CFG_BR0_PRELIM;
OpenPOWER on IntegriCloud