MLK-17585 imx8/imx8m: Disable TRUST_OF_CHAIN for secure boot
authorYe Li <ye.li@nxp.com>
Sun, 11 Feb 2018 07:40:40 +0000 (23:40 -0800)
committerYe Li <ye.li@nxp.com>
Sun, 11 Feb 2018 07:58:37 +0000 (23:58 -0800)
In the board common directory, the CONFIG_TRUST_OF_CHAIN is automatically
enabled once the CONFIG_SECURE_BOOT is set. Since we don't support this
trust chain on all i.MX8 platforms, modify the Kconfig to disable it.

Signed-off-by: Ye Li <ye.li@nxp.com>
board/freescale/common/Kconfig

index 06096dc..49795d3 100644 (file)
@@ -1,9 +1,13 @@
+if !ARCH_IMX8M && !ARCH_IMX8
+
 config CHAIN_OF_TRUST
        depends on !FIT_SIGNATURE && SECURE_BOOT
        select FSL_CAAM
        bool
        default y
 
+endif
+
 config USB_TCPC
        bool "USB Typec port controller simple driver"
        default n