diff mbox series

[meta-swupdate] swupdate-progress: do not start psplash as default

Message ID 20191117133444.22665-1-sbabic@denx.de
State Accepted
Headers show
Series [meta-swupdate] swupdate-progress: do not start psplash as default | expand

Commit Message

Stefano Babic Nov. 17, 2019, 1:34 p.m. UTC
If psplash is started on system headless can cause the board to hang or
slow dow. Do not start psplash as default.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate/90-start-progress | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate/90-start-progress b/recipes-support/swupdate/swupdate/90-start-progress
index 74ecd46..3b0eb5e 100644
--- a/recipes-support/swupdate/swupdate/90-start-progress
+++ b/recipes-support/swupdate/swupdate/90-start-progress
@@ -1 +1 @@ 
-exec /usr/bin/swupdate-progress -w -p -r &
+exec /usr/bin/swupdate-progress -w -r &