From df378641e68fcd9f27797fb998b7a46e2f54f731 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 9 Jan 2024 07:47:50 +0100 Subject: bsp/tms570: Use TMS570_OSCILLATOR_MAIN This option replaces BSP_OSCILATOR_CLOCK. It may be used in PLL setup calculatios. Update #4982. --- bsps/arm/tms570/include/bsp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bsps') 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 #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 -- cgit v1.2.3