Merge "fastboot: add vendor_boot to list of images"
This commit is contained in:
commit
2d5395fec1
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ static Image images[] = {
|
|||
"vbmeta_system",
|
||||
true, ImageType::BootCritical },
|
||||
{ "vendor", "vendor.img", "vendor.sig", "vendor", true, ImageType::Normal },
|
||||
{ "vendor_boot",
|
||||
"vendor_boot.img", "vendor_boot.sig",
|
||||
"vendor_boot",
|
||||
true, ImageType::BootCritical },
|
||||
{ nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal },
|
||||
// clang-format on
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue