diff --git a/meta-digi-dey/classes/trustfence.bbclass b/meta-digi-dey/classes/trustfence.bbclass index a443606a7..c54b3b933 100644 --- a/meta-digi-dey/classes/trustfence.bbclass +++ b/meta-digi-dey/classes/trustfence.bbclass @@ -36,10 +36,6 @@ python () { import hashlib import os - if ("ccimx8x" in d.getVar("MACHINE", True)): - bb.fatal("Trustfence is not currently supported on the ccimx8x SOM") - return - # Secure console configuration if (d.getVar("TRUSTFENCE_CONSOLE_DISABLE", True) == "1"): d.appendVar("UBOOT_EXTRA_CONF", "CONFIG_CONSOLE_DISABLE=y ")