[Buildroot] [git commit] board/qemu/arm-vexpress-tz: use enable=on

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jan 15 16:02:52 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=04afe86cd7e85790360548647419a5a40efa6936
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since Qemu 6.0.0 [1], a warning appear in the log if a short-form
boolean option is used.

[1] https://git.qemu.org/?p=qemu.git;a=commitdiff;h=ccd3b3b8112b670fdccf8a392b8419b173ffccb4

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Cc: Etienne Carriere <etienne.carriere at linaro.org>
Cc: Dick Olsson <hi at senzilla.io>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 board/qemu/arm-vexpress-tz/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/qemu/arm-vexpress-tz/readme.txt b/board/qemu/arm-vexpress-tz/readme.txt
index 7e62e943a6..3036dd54ca 100644
--- a/board/qemu/arm-vexpress-tz/readme.txt
+++ b/board/qemu/arm-vexpress-tz/readme.txt
@@ -16,7 +16,7 @@ from the image directory:
 	-smp 1 -s -m 1024 -d unimp \
 	-serial stdio \
 	-netdev user,id=vmnic -device virtio-net-device,netdev=vmnic \
-	-semihosting-config enable,target=native \
+	-semihosting-config enable=on,target=native \
 	-bios flash.bin # qemu_arm_vexpress_tz_defconfig
 
 The boot stage traces (if any) followed by the login prompt will appear



More information about the buildroot mailing list