summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHaoran.Wang <elven.wang@nxp.com>2018-09-05 16:31:08 +0800
committerHaoran.Wang <elven.wang@nxp.com>2018-09-12 18:12:13 +0800
commit502522c0891101b7f9ec526bce3ae94cb5957ee2 (patch)
tree8ecb875dd99e7f365d2d8c96e8ca9b45b9f63cef /arch
parent884cada50b9a9fcda09d259cf145d87a29122cac (diff)
[iot] Support ARM64 for Trusty OS
Align the callback to ARM64 environment for Trusty OS. TEST: AIY-3G & AIY-1G board's TIPC and AVB handler works. Change-Id: I65806f56267a4a9278db04a462e351da181618cb Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index e0ab3e6e69..ac5c375b5b 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -120,7 +120,7 @@ config FLASH_MCUFIRMWARE_SUPPORT
config IMX_TRUSTY_OS
bool "Support Trusty OS related feature"
- depends on ARCH_MX6 || ARCH_MX7
+ depends on ARCH_MX6 || ARCH_MX7 || ARCH_IMX8 || ARCH_IMX8M
select SYS_ARM_CACHE_WRITEALLOC
config SYS_ARM_CACHE_WRITEALLOC