Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e68a3e72 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "fastboot: make init_boot.img optional" am: 0b5bfdce

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1943881

Change-Id: I9658fe384fdde89b8fdb9a97ba03fb9867c67095
parents 4cdd4089 0b5bfdce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },