summaryrefslogtreecommitdiffstats
path: root/board/esd/pmc405de/pmc405de.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/pmc405de/pmc405de.c')
-rw-r--r--board/esd/pmc405de/pmc405de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc405de/pmc405de.c b/board/esd/pmc405de/pmc405de.c
index f68e1b5e86..419311aec8 100644
--- a/board/esd/pmc405de/pmc405de.c
+++ b/board/esd/pmc405de/pmc405de.c
@@ -127,7 +127,7 @@ int board_early_init_f(void)
* - set ready timeout to 512 ebc-clks -> ca. 15 us
* - EBC lines are always driven
*/
- mtebc(epcr, 0xa8400000);
+ mtebc(EBC0_CFG, 0xa8400000);
return 0;
}
OpenPOWER on IntegriCloud