diff options
Diffstat (limited to 'board/esd/ocrtc/ocrtc.c')
| -rw-r--r-- | board/esd/ocrtc/ocrtc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/ocrtc/ocrtc.c b/board/esd/ocrtc/ocrtc.c index 35bfa95f2..709bcdd98 100644 --- a/board/esd/ocrtc/ocrtc.c +++ b/board/esd/ocrtc/ocrtc.c @@ -57,7 +57,7 @@ int board_early_init_f (void)  	 * EBC Configuration Register: clear EBTC -> high-Z ebc signals between  	 * transfers, set device-paced timeout to 256 cycles  	 */ -	mtebc (epcr, 0x20400000); +	mtebc (EBC0_CFG, 0x20400000);  	return 0;  } |