[PATCH 2/3] test: arm: qemu-sabrelite: drop -nographic
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Nov 28 09:21:02 PST 2025
-nographic is inserted by conftest.py, unless --graphic was passed to
pytest, so it should be dropped from individual YAML configs to allow
graphical operation.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
test/arm/qemu-sabrelite at multi_v7_defconfig.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/arm/qemu-sabrelite at multi_v7_defconfig.yaml b/test/arm/qemu-sabrelite at multi_v7_defconfig.yaml
index ee146018f29c..541272e8b12c 100644
--- a/test/arm/qemu-sabrelite at multi_v7_defconfig.yaml
+++ b/test/arm/qemu-sabrelite at multi_v7_defconfig.yaml
@@ -9,7 +9,7 @@ targets:
kernel: barebox-dt-2nd.img
dtb: imx6q-sabreliste.dtb
display: qemu-default
- extra_args: '-nographic -serial null'
+ extra_args: '-serial null'
BareboxDriver:
prompt: 'barebox@[^:]+:[^ ]+ '
bootstring: 'commandline:'
--
2.47.3
More information about the barebox
mailing list