Skip to content

Commit

Permalink
qemu_v8.mk: use DEBUG default value from common.mk
Browse files Browse the repository at this point in the history
Let common.mk set the default DEBUG value instead of setting a default
value before including common.mk. The restores the default value 0 for
DEBUG used before commit 85cc2db ("qemu_v8: add Trusted Services
support"). This should also fix the CI build for Hafnium.

Fixes: 85cc2db ("qemu_v8: add Trusted Services support")
Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Joakim Bech <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
jenswi-linaro authored and jforissier committed Jan 25, 2025
1 parent a1e87ea commit fd9fca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ endif
# Enable fTPM
MEASURED_BOOT_FTPM ?= y

DEBUG ?= 1

# Option to build with GICV3 enabled
GICV3 ?= y

Expand Down

0 comments on commit fd9fca6

Please sign in to comment.