[PATCH 01/31] scripts: k3img: remove duplicate case value

Sascha Hauer s.hauer at pengutronix.de
Wed May 28 04:45:13 PDT 2025


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 scripts/k3img | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/scripts/k3img b/scripts/k3img
index a514852fcdf6369c33b1e291b59c121badc6f4bd..f622f877cb89ce5604b8cb7651b3c23d3a5459be 100755
--- a/scripts/k3img
+++ b/scripts/k3img
@@ -25,11 +25,6 @@ while true; do
 		shift 2
 		continue
 	;;
-        '--sysfw')
-		sysfw="$2"
-		shift 2
-		continue
-	;;
         '--dmdata')
 		dmdata="$2"
 		shift 2

-- 
2.39.5




More information about the barebox mailing list