Revert "ccimx8x: prohibit dey-image-qt from building when trustfence is enabled"

Added Trusfence support for the CC8X.

This reverts commit 8b5c710036.

https://jira.digi.com/browse/DEL-6917
This commit is contained in:
Mike Engel 2020-01-02 17:58:37 +01:00
parent 5beec04b6a
commit 909a8c9e83
1 changed files with 0 additions and 4 deletions

View File

@ -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 ")