1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-03 17:57:10 +01:00
Files
u-boot-megous/board
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-08-11 16:43:41 -04:00
2020-01-07 10:26:56 +01:00
2019-12-15 11:44:30 +08:00
2019-08-11 16:43:41 -04:00
2020-01-10 10:25:13 -05:00
2019-08-11 16:43:41 -04:00
2019-10-25 17:20:43 +02:00
2019-08-11 16:43:41 -04:00
2018-09-10 21:19:31 -04:00
2019-12-02 18:23:09 -05:00
2020-01-14 22:15:21 +01:00
2019-08-11 16:43:41 -04:00
2020-01-14 22:24:08 +01:00