[Buildroot] [PATCH 1/2] board/qemu/arm-vexpress-tz: use enable=on

Etienne Carriere etienne.carriere at linaro.org
Tue Jan 18 08:54:00 UTC 2022


Hello Romain,

On Sat, 15 Jan 2022 at 15:33, Romain Naour <romain.naour at gmail.com> wrote:
>
> 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>
> ---
>  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
> --
> 2.31.1
>

Thanks for the fix.

Br,
Etienne



More information about the buildroot mailing list