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 <michael@walle.cc>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Michael Walle 2022-08-23 11:30:18 +02:00 committed by Peng Fan
parent 865176417a
commit a8713c29b5

View File

@ -37,8 +37,6 @@
/* serial port */ /* serial port */
#define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2) #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
#define COUNTER_FREQUENCY_REAL (get_board_sys_clk() / 4)
/* SPL */ /* SPL */
#define CONFIG_SYS_MONITOR_LEN (1024 * 1024) #define CONFIG_SYS_MONITOR_LEN (1024 * 1024)