summaryrefslogtreecommitdiffstats
path: root/board/esd/dp405/dp405.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/dp405/dp405.c')
-rw-r--r--board/esd/dp405/dp405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/dp405/dp405.c b/board/esd/dp405/dp405.c
index e52d37bc21..fc0d091bca 100644
--- a/board/esd/dp405/dp405.c
+++ b/board/esd/dp405/dp405.c
@@ -54,7 +54,7 @@ int board_early_init_f (void)
/*
* EBC Configuration Register: set ready timeout to 512 ebc-clks -> ca. 15 us
*/
- mtebc (epcr, 0xa8400000); /* ebc always driven */
+ mtebc (EBC0_CFG, 0xa8400000); /* ebc always driven */
/*
* Reset CPLD via GPIO13 (CS4) pin
OpenPOWER on IntegriCloud