get_board_ddr_clk(), get_board_sys_clk() and if_board_diff_clk() is now
valid for CONFIG_SPL_BUILD

Signed-off-by: Ashish Kumar <ashish.ku...@nxp.com>
---
 board/freescale/ls1088a/ls1088a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/ls1088a/ls1088a.c 
b/board/freescale/ls1088a/ls1088a.c
index 0769e90..16e7083 100644
--- a/board/freescale/ls1088a/ls1088a.c
+++ b/board/freescale/ls1088a/ls1088a.c
@@ -168,6 +168,7 @@ int checkboard(void)
 
        return 0;
 }
+#endif
 
 bool if_board_diff_clk(void)
 {
@@ -221,7 +222,6 @@ unsigned long get_board_ddr_clk(void)
 
        return 66666666;
 }
-#endif
 
 int select_i2c_ch_pca9547(u8 ch)
 {
-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to