diff mbox series

[1/4] Revert "core/stream_interface.c: increment progress step"

Message ID 20230228124709.2629819-1-sbabic@denx.de
State Accepted
Headers show
Series [1/4] Revert "core/stream_interface.c: increment progress step" | expand

Commit Message

Stefano Babic Feb. 28, 2023, 12:47 p.m. UTC
This reverts commit f23f950b3852af84cfb6057143072a59d714b6f2.

commit f23f950 seems to have fixed the wrong count of steps for
progress, but it has just increased arbitrary the value. The cause was
different, and scripts and partitions are not counted as scripts.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 core/stream_interface.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/core/stream_interface.c b/core/stream_interface.c
index 9ba6332..73990cc 100644
--- a/core/stream_interface.c
+++ b/core/stream_interface.c
@@ -681,7 +681,6 @@  void *network_initializer(void *data)
 			notify(FAILURE, RECOVERY_ERROR, ERRORLEVEL, "Image invalid or corrupted. Not installing ...");
 		}
 
-		swupdate_progress_inc_step("", "");
 		swupdate_progress_end(inst.last_install);
 
 		/*