Disable Hyper-V on arm64

It unconditionally calls into the Hyper-V firmware. As most arm64
boards don't have said firmware disable it for now.
This commit is contained in:
Andrew Turner 2022-10-28 22:15:18 +01:00
parent 16c10e99b8
commit fe36346a89

View File

@ -32,7 +32,7 @@ include "std.arm"
include "std.broadcom"
include "std.cavium"
include "std.ec2"
include "std.hyperv"
#include "std.hyperv"
include "std.hisilicon"
include "std.imx"
include "std.marvell"