summaryrefslogtreecommitdiffstats
path: root/board/esd/ocrtc/ocrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/ocrtc/ocrtc.c')
-rw-r--r--board/esd/ocrtc/ocrtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ocrtc/ocrtc.c b/board/esd/ocrtc/ocrtc.c
index 35bfa95f26..709bcdd980 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;
}
OpenPOWER on IntegriCloud