[U-Boot] [PATCH 1/2] armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD

Ashish Kumar Ashish.Kumar at nxp.com
Mon Feb 19 08:44:52 UTC 2018


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.Kumar at 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



More information about the U-Boot mailing list