]> git.baikalelectronics.ru Git - uboot.git/commit
ls1088a: Guard get_board_ddr_clk function correctly
authorTom Rini <trini@konsulko.com>
Tue, 14 Dec 2021 18:36:37 +0000 (13:36 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Dec 2021 21:20:18 +0000 (16:20 -0500)
commit4f2618d986f2d6d8074a24e9da19538aa3fe1026
treef6629113bb1808201b9049ed5aa95cfea6c733d4
parent56d5b456a47288d0492e26fb83dd81499818a5b1
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>
board/freescale/ls1088a/ls1088a.c