Commit ce186cc5 authored by Anton Midyukov's avatar Anton Midyukov

mixin.mk: do not use/no-sleep in mixin/vm-archdep on aarch64

The sleep situation is individual. It is not worth turning off by default.
parent 00b94033
......@@ -37,7 +37,7 @@ mixin/vm-archdep:: +efi
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
mixin/vm-archdep:: use/bootloader/uboot use/no-sleep use/arm-rpi4; @:
mixin/vm-archdep:: use/bootloader/uboot use/arm-rpi4; @:
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment