diff options
Diffstat (limited to 'board/cpc45')
| -rw-r--r-- | board/cpc45/cpc45.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index 455cc12d0..f44a59dbb 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 */ |