Skip to content
Snippets Groups Projects
Commit 62cdfdcc authored by Alifer Moraes's avatar Alifer Moraes Committed by Stefano Babic
Browse files

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: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
parent c27483fc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment