mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
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:
parent
865176417a
commit
a8713c29b5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user