Files
u-boot/board
Tom Rini efb5dab7ba nxp: Migrate CONFIG_DDR_CLK_FREQ to Kconfig
As this symbol can either be a fixed value or the function
get_board_ddr_clk, migration is tricky.  Introduce a choice of DYNAMIC
or STATIC_DDR_CLK_FREQ.  If DYNAMIC, we continue to use the board
defined get_board_ddr_clk function.  If STATIC, set CONFIG_DDR_CLK_FREQ
to that value and now include/clock_legacy.h contains the function
prototype or defines get_board_ddr_clk() to that static value.  Update
callers to test for DYNAMIC or STATIC.

Signed-off-by: Tom Rini <trini@konsulko.com>
2021-08-31 17:46:37 -04:00
..
2021-04-10 07:57:29 -04:00
2021-07-06 14:07:36 -04:00
2020-09-01 13:38:39 +08:00
2021-05-02 12:46:54 +02:00
2021-08-05 19:46:35 -04:00
2021-08-30 14:10:07 -04:00
2021-04-12 17:17:11 -04:00
2021-06-17 09:40:58 +08:00
2021-08-30 14:10:07 -04:00
2021-08-06 08:26:48 -04:00