Skip to content
Snippets Groups Projects
Commit d12b166a authored by Ashish Kumar's avatar Ashish Kumar Committed by York Sun
Browse files

armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD


get_board_ddr_clk(), get_board_sys_clk() and if_board_diff_clk() is
now available for SPL build.

Signed-off-by: default avatarAshish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent b555e293
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment