Merge "fastboot: make init_boot.img optional"

This commit is contained in:
Treehugger Robot 2022-01-11 03:54:31 +00:00 committed by Gerrit Code Review
commit 0b5bfdce7d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static Image images[] = {
{ "init_boot",
"init_boot.img", "init_boot.sig",
"init_boot",
false, ImageType::BootCritical },
true, ImageType::BootCritical },
{ nullptr, "boot_other.img", "boot.sig", "boot", true, ImageType::Normal },
{ "cache", "cache.img", "cache.sig", "cache", true, ImageType::Extra },
{ "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, ImageType::BootCritical },