From: Michael Walle Date: Tue, 23 Aug 2022 09:30:18 +0000 (+0200) Subject: board: sl28: remove COUNTER_FREQUENCY_REAL X-Git-Tag: v2025.01-rc5-pxa1908~1290^2~7 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=a8713c29b5037ab64837a4d122e02d6d8ff88062;p=u-boot.git board: sl28: remove COUNTER_FREQUENCY_REAL The frequency of the system counter is static which is given by the COUNTER_FREQUENCY option. Remove COUNTER_FREQUENCY_REAL. Signed-off-by: Michael Walle Signed-off-by: Peng Fan --- diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h index 38063ba484..df46e586f3 100644 --- a/include/configs/kontron_sl28.h +++ b/include/configs/kontron_sl28.h @@ -37,8 +37,6 @@ /* serial port */ #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2) -#define COUNTER_FREQUENCY_REAL (get_board_sys_clk() / 4) - /* SPL */ #define CONFIG_SYS_MONITOR_LEN (1024 * 1024)