commit | 811a6f7aa040ba0f92b0d88a0721085029b6e07c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Dec 13 17:19:02 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 13 17:19:48 2021 -0500 |
tree | 621def19502ff0dc38354053a60d7d9dcce7cf16 | |
parent | 2950cf2e6aa88e1ce27194a0f5c79e969834c206 [diff] |
SYS_CLK_FREQ: Step one, convert to static or get_board_sys_clk() All of the cases of defining SYS_CLK_FREQ to a function behave the same way, so give them all the same name. Remove cases that aren't being dynamic. Signed-off-by: Tom Rini <trini@konsulko.com>