diff options
Diffstat (limited to 'boards')
-rw-r--r-- | boards/GENERIC_SPC56EL/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC56EL/board.c b/boards/GENERIC_SPC56EL/board.c index e5d7d2a83..d3595528f 100644 --- a/boards/GENERIC_SPC56EL/board.c +++ b/boards/GENERIC_SPC56EL/board.c @@ -55,7 +55,7 @@ const PALConfig pal_default_config = { */
void __early_init(void) {
- spc_clock_init();
+ spc_early_init();
/* SWT disabled.*/
SWT.SR.R = 0xC520;
|