commit | 2649d0c6126d634dedfc0d757326bebf267cd06c | [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 | f0119b6492cf81bcbf13801c7795add68e1e83e9 [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>