commit | 8fa9125ad6fcecbc421fc79526be5a0bfa9d1771 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Dec 14 13:36:37 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 16:20:18 2021 -0500 |
tree | f6629113bb1808201b9049ed5aa95cfea6c733d4 | |
parent | 7afcd74d096773cfc7b6da6f0ff004bef1deb924 [diff] |
ls1088a: Guard get_board_ddr_clk function correctly When we have CONFIG_DYNAMIC_DDR_CLK_FREQ set is the only time we should have this function, so guard it so that we can include <clock_legacy.h> in this file later on. Signed-off-by: Tom Rini <trini@konsulko.com>