projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8651764
)
board: sl28: remove COUNTER_FREQUENCY_REAL
author
Michael Walle
<michael@walle.cc>
Tue, 23 Aug 2022 09:30:18 +0000
(11:30 +0200)
committer
Peng Fan
<peng.fan@nxp.com>
Tue, 6 Sep 2022 01:10:41 +0000
(09:10 +0800)
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>
include/configs/kontron_sl28.h
patch
|
blob
|
history
diff --git
a/include/configs/kontron_sl28.h
b/include/configs/kontron_sl28.h
index 38063ba4842d072144efcbbce5e0b58f57847046..df46e586f35fa278e8cbc6d36ae1bd7d336bb89c 100644
(file)
--- 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)