commit | 40eeb9c412572b8f7adf6155d5e6f4ef138fd376 | [log] [tgz] |
---|---|---|
author | Alifer Moraes <alifer.wsdm@gmail.com> | Tue Jan 14 15:55:01 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 20 15:38:16 2020 +0100 |
tree | 4ea29e5ff462cd9b836bd1c20346c9e0be2615fa | |
parent | 62cdfdcc81dc0af1ebabbf589ddb1ecc36351a47 [diff] |
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>