aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
Diffstat (limited to 'boards')
-rw-r--r--boards/GENERIC_SPC560B/board.c2
-rw-r--r--boards/GENERIC_SPC560B/board.h2
-rw-r--r--boards/GENERIC_SPC560P/board.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/boards/GENERIC_SPC560B/board.c b/boards/GENERIC_SPC560B/board.c
index bdcddbf2a..85c938005 100644
--- a/boards/GENERIC_SPC560B/board.c
+++ b/boards/GENERIC_SPC560B/board.c
@@ -62,7 +62,7 @@ const PALConfig pal_default_config =
*/
void __early_init(void) {
- spc560bc_clock_init();
+ spc_clock_init();
}
/*
diff --git a/boards/GENERIC_SPC560B/board.h b/boards/GENERIC_SPC560B/board.h
index afaaab95d..f0cf6b2a1 100644
--- a/boards/GENERIC_SPC560B/board.h
+++ b/boards/GENERIC_SPC560B/board.h
@@ -35,7 +35,7 @@
* Board frequencies.
*/
#if !defined(SPC5_XOSC_CLK)
-#define SPC5_XOSC_CLK 40000000
+#define SPC5_XOSC_CLK 8000000
#endif
/*
diff --git a/boards/GENERIC_SPC560P/board.c b/boards/GENERIC_SPC560P/board.c
index caa317ec5..85c938005 100644
--- a/boards/GENERIC_SPC560P/board.c
+++ b/boards/GENERIC_SPC560P/board.c
@@ -62,7 +62,7 @@ const PALConfig pal_default_config =
*/
void __early_init(void) {
- spc560p_clock_init();
+ spc_clock_init();
}
/*