diff mbox series

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

Message ID 1519029893-6003-1-git-send-email-Ashish.Kumar@nxp.com
State Accepted
Commit d12b166a00aa54e256580ecf28e7a5dcf03fff5a
Delegated to: York Sun
Headers show
Series [U-Boot,1/2] armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD | expand

Commit Message

Ashish Kumar Feb. 19, 2018, 8:44 a.m. UTC
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@nxp.com>
---
 board/freescale/ls1088a/ls1088a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun March 21, 2018, 2:57 p.m. UTC | #1
On 02/19/2018 12:44 AM, Ashish Kumar wrote:
> 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@nxp.com>
> ---

Minor change to commit message.
Applied to fsl-qoriq master. Thanks.

York
diff mbox series

Patch

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)
 {