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

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

Merge "core: fastboot: Fix data not being wiped on do_update" into main am: 405cbee1

parents 4f921a22 405cbee1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1944,7 +1944,6 @@ static void do_update(const char* filename, FlashingPlan* fp) {
    }
    ZipImageSource zp = ZipImageSource(zip);
    fp->source = &zp;
    fp->wants_wipe = false;
    FlashAllTool tool(fp);
    tool.Flash();