Files
u-boot/include
Tom Rini e4c3ce7e28 CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()
This CONFIG option is used in one of two ways.  The first way is that it
is defined to a static value, of an unsigned long size.  The second way
is that it is defined to something, typically a function, to determine
this value at run time.

However, in a few cases that function returns a static value.  Change
that to using the static value directly.

In the case of using something at run time, convert everything to using
a function of the same name and prototype.  This will allow for further
cleanups.

Finally, we have a few cases where the function is just not used, so
drop it.

Signed-off-by: Tom Rini <trini@konsulko.com>
2021-12-27 16:20:18 -05:00
..
2021-10-08 15:53:26 -04:00
2021-11-11 19:02:44 -05:00
2021-10-31 12:26:44 -06:00
2021-12-15 12:16:15 -05:00
2021-11-16 14:35:09 -05:00
2021-10-08 15:53:26 -04:00
2021-11-15 14:33:33 -05:00
2021-10-31 08:46:44 -04:00
2021-11-20 10:53:00 +01:00
2021-12-27 08:41:38 -05:00
2021-11-28 16:51:51 -07:00
2021-12-02 08:34:01 +02:00
2021-11-17 17:04:58 -05:00
2021-10-25 17:17:24 -04:00
2021-11-30 16:43:28 +01:00