Files
u-boot/board/freescale
Alifer Moraes 62cdfdcc81 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>
2020-01-20 15:38:16 +01:00
..
2019-12-02 18:23:09 -05:00
2020-01-08 13:20:09 +01:00
2019-12-02 18:23:09 -05:00
2020-01-10 10:25:13 -05:00
2020-01-20 15:38:16 +01:00
2019-10-14 09:31:41 +02:00