commit | f0119b6492cf81bcbf13801c7795add68e1e83e9 | [log] [tgz] |
---|---|---|
author | Alifer Moraes <alifer.wsdm@gmail.com> | Tue Jan 14 15:55:00 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 20 15:38:16 2020 +0100 |
tree | 13664f329b9670ce7b97b47b84f1a9594beb7223 | |
parent | 39931106f3ad217f2a2655cafbdd7ebd0eac7a8e [diff] |
mx8mm_evk: spl: Staticize functions Functions spl_dram_init() and power_init_board() are used only in the scope of this file, so make them static to fix the following sparse warnings: board/freescale/imx8mm_evk/spl.c:40:6: warning: no previous prototype for ‘spl_dram_init’ [-Wmissing-prototypes] board/freescale/imx8mm_evk/spl.c:85:5: warning: no previous prototype for ‘power_init_board’ [-Wmissing-prototypes] Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>