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

2018-03-21 Thread York Sun
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 > --- Minor change to commit message. Applied to fsl-qoriq master. Thanks. York

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

2018-02-19 Thread Ashish Kumar
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 --- board/freescale/ls1088a/ls1088a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/ls1088a/ls1088a.c