spl: Add prototype to function spl_board_boot_device()
authorAlifer Moraes <alifer.wsdm@gmail.com>
Tue, 14 Jan 2020 18:55:01 +0000 (15:55 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
commit40eeb9c412572b8f7adf6155d5e6f4ef138fd376
tree4ea29e5ff462cd9b836bd1c20346c9e0be2615fa
parent62cdfdcc81dc0af1ebabbf589ddb1ecc36351a47
spl: Add prototype to function spl_board_boot_device()

Add prototype to function spl_board_boot_device to fix the following
sparse warning:

board/freescale/imx8mm_evk/spl.c:26:5: warning: no previous prototype
for ‘spl_board_boot_device’ [-Wmissing-prototypes]

Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
include/spl.h