diff options
| author | Tom Rini <[email protected]> | 2023-07-20 21:28:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-20 21:28:59 -0400 |
| commit | 7fe5accb4516144b7abb8f183640cdf50423121e (patch) | |
| tree | 84bc1bde265ca9330ff9890d3ab37a0f6b7c7fd2 /include | |
| parent | 0274eb61e1f2a8e053fb028b6c668c67c0b75b9c (diff) | |
| parent | 58b35850c4cce3bd3f3eca3b5916a37a8fa58f6a (diff) | |
Merge branch '2023-07-20-assorted-CI-updates'
- Move to gcc-13.1 and QEMU 8.0.3 in CI. This also lets us move to a
kernel.org toolchain for arc as well.
Diffstat (limited to 'include')
| -rw-r--r-- | include/spl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spl.h b/include/spl.h index 658d36481de..92bcaa90a4a 100644 --- a/include/spl.h +++ b/include/spl.h @@ -31,6 +31,7 @@ struct legacy_img_hdr; struct blk_desc; struct legacy_img_hdr; struct spl_boot_device; +enum boot_device; /* * u_boot_first_phase() - check if this is the first U-Boot phase @@ -525,7 +526,7 @@ void spl_board_prepare_for_linux(void); void spl_board_prepare_for_optee(void *fdt); void spl_board_prepare_for_boot(void); int spl_board_ubi_load_image(u32 boot_device); -int spl_board_boot_device(u32 boot_device); +int spl_board_boot_device(enum boot_device boot_dev_spl); /** * spl_board_loader_name() - Return a name for the loader |
