aboutsummaryrefslogtreecommitdiff
path: root/board/sbc405
diff options
context:
space:
mode:
Diffstat (limited to 'board/sbc405')
-rw-r--r--board/sbc405/sbc405.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc405/sbc405.c b/board/sbc405/sbc405.c
index 7818cd7e5..66842eaf4 100644
--- a/board/sbc405/sbc405.c
+++ b/board/sbc405/sbc405.c
@@ -52,7 +52,7 @@ int board_early_init_f (void)
/*
* EBC Configuration Register: set ready timeout to 512 ebc-clks -> ca. 15 us
*/
- mtebc (epcr, 0xa8400000);
+ mtebc (EBC0_CFG, 0xa8400000);
return 0;
}