summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-08-23 11:30:18 +0200
committerPeng Fan <peng.fan@nxp.com>2022-09-06 09:10:41 +0800
commita8713c29b5037ab64837a4d122e02d6d8ff88062 (patch)
tree6a70c7be6e7b6f10f3ee0a62ca8cd96563747e4c
parent865176417afdbe96153b71080900b86f776c3a6b (diff)
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>
-rw-r--r--include/configs/kontron_sl28.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h
index 38063ba4842..df46e586f35 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)