Merge "fastboot: make init_boot.img optional" am: 0b5bfdce7d
am: e68a3e7299
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1943881 Change-Id: I9cded9bf3973402f9eee40b274a441a9efd9bd5a
This commit is contained in:
commit
d2cb0b0ea6
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue