]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Correct spl_board_boot_device function prototype
authorTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 00:37:34 +0000 (20:37 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jul 2023 18:48:20 +0000 (14:48 -0400)
commit99fddf5caa65a3bffd5fc2b9f87bf1e4837fb440
tree68d825fe68ed5afb26548cd4e89cd75d9c68a9c1
parent9ef4166ff99b1bb18d11be49f6ac9601d3b27506
spl: Correct spl_board_boot_device function prototype

With gcc-13.1 we get a warning about enum vs int here, so correct the
declaration to match the implementation.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/spl.h