OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

qemu_v8: use "-machine acpi=off" instead of "-no-acpi" #674

Closed jforissier closed 11 months ago

jforissier commented 11 months ago

Address the following warning:

$ make run [...] qemu-system-aarch64: -no-acpi: warning: -no-acpi is deprecated, use '-machine acpi=off' instead

jenswi-linaro commented 11 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>