From a56bd92289298bde16306bcc754277db45315d2f Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 6 Jun 2004 23:13:55 +0000 Subject: * 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. --- board/fads/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/fads/flash.c') 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; -- cgit v1.2.3