summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHaoran.Wang <elven.wang@nxp.com>2018-09-12 15:50:59 +0800
committerHaoran.Wang <elven.wang@nxp.com>2018-09-12 18:12:13 +0800
commitbd75cb6eba847d256ad320ca2cfd7dae414ae32a (patch)
treea4071d7e845dd9fd6d635bec7e27a2df20863655 /include/configs
parentbe70bcbc2f19a1d5bd78935916563c593fcc9297 (diff)
MA-11015-1 Support Trusty OS on imx8qm/qxp platform
Duplicated Trusty OS supported defconfig for imx8qm/qxp platform which support both Android and Android Automotive. Enable ARM64 smc instructions for TIPC calls. Change-Id: I55d965fa5d65ac324ccfbca9f149bbd56342f1ed Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8qm_mek_android_auto.h4
-rw-r--r--include/configs/imx8qxp_mek_android_auto.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h
index 34e57ea8f0..119b58249b 100644
--- a/include/configs/imx8qm_mek_android_auto.h
+++ b/include/configs/imx8qm_mek_android_auto.h
@@ -13,6 +13,10 @@
#define CONFIG_CMD_READ
#define CONFIG_USB_GADGET_VBUS_DRAW 2
+#ifdef CONFIG_IMX_TRUSTY_OS
+#define NS_ARCH_ARM64 1
+#endif
+
/* USB OTG controller configs */
#ifdef CONFIG_USB_EHCI_HCD
#ifndef CONFIG_MXC_USB_PORTSC
diff --git a/include/configs/imx8qxp_mek_android_auto.h b/include/configs/imx8qxp_mek_android_auto.h
index 012230bf74..43c2ddb5ee 100644
--- a/include/configs/imx8qxp_mek_android_auto.h
+++ b/include/configs/imx8qxp_mek_android_auto.h
@@ -13,6 +13,10 @@
#define CONFIG_CMD_READ
#define CONFIG_USB_GADGET_VBUS_DRAW 2
+#ifdef CONFIG_IMX_TRUSTY_OS
+#define NS_ARCH_ARM64 1
+#endif
+
/* USB OTG controller configs */
#ifdef CONFIG_USB_EHCI_HCD
#ifndef CONFIG_MXC_USB_PORTSC