diff options
author | Alifer Moraes <alifer.wsdm@gmail.com> | 2020-01-14 15:55:00 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-20 15:38:16 +0100 |
commit | 62cdfdcc81dc0af1ebabbf589ddb1ecc36351a47 (patch) | |
tree | 13664f329b9670ce7b97b47b84f1a9594beb7223 /board/broadcom | |
parent | c27483fcb0b525df45f33160300dda1149a6c69a (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>
Diffstat (limited to 'board/broadcom')
0 files changed, 0 insertions, 0 deletions