This seems to have landed here by accident. Signed-off-by: Jonas Rebmann <j...@pengutronix.de> --- test/py/test_bootchooser.py | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/test/py/test_bootchooser.py b/test/py/test_bootchooser.py index a5f2b25d65..bd8aee7399 100644 --- a/test/py/test_bootchooser.py +++ b/test/py/test_bootchooser.py @@ -5,10 +5,6 @@ from .helper import globalvars_set, devinfo, getparam_int, \ getstate_int, getenv_int -def fit_name(suffix): - return f"/mnt/9p/testfs/barebox-{suffix}.fit" - - def generate_bootscript(barebox, command, name="test"): barebox.run_check(f"echo -o /env/boot/{name} '#!/bin/sh'") barebox.run_check(f"echo -a /env/boot/{name} '{command}'") -- 2.51.0.297.gca2559c1d6