diff options
author | Ashish Kumar | 2018-02-19 14:14:52 +0530 |
---|---|---|
committer | York Sun | 2018-03-20 08:26:02 -0700 |
commit | d12b166a00aa54e256580ecf28e7a5dcf03fff5a (patch) | |
tree | 40f5ed4a6c0b457b99c0c25d2fac93e43b970678 /board/freescale | |
parent | b555e293b3ccfea3dd928f942cc9239e26b7ea9a (diff) |
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: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/ls1088a/ls1088a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1088a/ls1088a.c b/board/freescale/ls1088a/ls1088a.c index 56e454ff203..161ea6dcb2b 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) { |