]> git.dujemihanovic.xyz Git - u-boot.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)
commit450de19b8009bf92d75f27850d86e0464d23f9d3
treef6629113bb1808201b9049ed5aa95cfea6c733d4
parent2196a4a7efa8bb9bb5f28617611300d7d06efa5b
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