summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-01-09 07:47:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-01-15 10:34:08 +0100
commitdf378641e68fcd9f27797fb998b7a46e2f54f731 (patch)
treeb18a199ee74a3d378e380da14ed0b7caa413fd3c /bsps
parentbsp/tms570: Remove unused BSP options (diff)
downloadrtems-df378641e68fcd9f27797fb998b7a46e2f54f731.tar.bz2
bsp/tms570: Use TMS570_OSCILLATOR_MAIN
This option replaces BSP_OSCILATOR_CLOCK. It may be used in PLL setup calculatios. Update #4982.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/arm/tms570/include/bsp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsps/arm/tms570/include/bsp.h b/bsps/arm/tms570/include/bsp.h
index 9d26309e07..287750295f 100644
--- a/bsps/arm/tms570/include/bsp.h
+++ b/bsps/arm/tms570/include/bsp.h
@@ -62,10 +62,8 @@
#include <bsp/default-initial-extension.h>
#if TMS570_VARIANT == 4357
-#define BSP_OSCILATOR_CLOCK 16000000
#define BSP_PLL_OUT_CLOCK 150000000
#else
-#define BSP_OSCILATOR_CLOCK 8000000
#define BSP_PLL_OUT_CLOCK 160000000
#endif