diff options
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,		    "",		  "",			},  }; | 
