summaryrefslogtreecommitdiffstats
path: root/board/cpc45/cpc45.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cpc45/cpc45.c')
-rw-r--r--board/cpc45/cpc45.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c
index 455cc12d00..f44a59dbb0 100644
--- a/board/cpc45/cpc45.c
+++ b/board/cpc45/cpc45.c
@@ -32,7 +32,7 @@ extern void Plx9030Init(void);
/* We have to clear the initial data area here. Couldn't have done it
* earlier because DRAM had not been initialized.
*/
-int board_pre_init(void)
+int board_early_init_f(void)
{
/* enable DUAL UART Mode on CPC45 */
OpenPOWER on IntegriCloud