diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-21 10:51:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-21 10:51:15 -0400 |
commit | bcfde74974e2c399e414e8c55665bfed2612da5d (patch) | |
tree | 444b2bee0772f4857f0b95be2fd08c63c5688af7 /boot/image.c | |
parent | c58ee1c9946a1550b1f6fee2b25da9ecc89baf71 (diff) | |
parent | 90602e779d3ae3bd02faae0eb40b4fcefec419f7 (diff) |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next
+ Add NVMe & USB boot devices for VisionFive2
+ Add StarFive SPL image support in mkimage tool
Diffstat (limited to 'boot/image.c')
-rw-r--r-- | boot/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/image.c b/boot/image.c index 26f68d4c407..88b67bc3a19 100644 --- a/boot/image.c +++ b/boot/image.c @@ -182,6 +182,7 @@ static const table_entry_t uimage_type[] = { { IH_TYPE_SUNXI_TOC0, "sunxi_toc0", "Allwinner TOC0 Boot Image" }, { IH_TYPE_FDT_LEGACY, "fdt_legacy", "legacy Image with Flat Device Tree ", }, { IH_TYPE_RENESAS_SPKG, "spkgimage", "Renesas SPKG Image" }, + { IH_TYPE_STARFIVE_SPL, "sfspl", "StarFive SPL Image" }, { -1, "", "", }, }; |