commit | 99fddf5caa65a3bffd5fc2b9f87bf1e4837fb440 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jul 13 20:37:34 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 20 14:48:20 2023 -0400 |
tree | 68d825fe68ed5afb26548cd4e89cd75d9c68a9c1 | |
parent | 9ef4166ff99b1bb18d11be49f6ac9601d3b27506 [diff] |
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>