summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/fsl_fastboot.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/fsl_fastboot.h b/include/fsl_fastboot.h
index 8c530bb429..813b52f711 100644
--- a/include/fsl_fastboot.h
+++ b/include/fsl_fastboot.h
@@ -83,10 +83,12 @@
#define FASTBOOT_PARTITION_FBMISC "fbmisc"
#endif
-#ifdef CONFIG_ANDROID_THINGS_SUPPORT
-#define FASTBOOT_BOOTLOADER_VBOOT_KEY "fuse at-bootloader-vboot-key"
+#if defined(CONFIG_AVB_ATX) || defined(CONFIG_ANDROID_AUTO_SUPPORT)
#define FASTBOOT_SET_CA_RESP "at-set-ca-response"
#define FASTBOOT_GET_CA_REQ "at-get-ca-request"
+#endif /* CONFIG_AVB_ATX || CONFIG_ANDROID_AUTO_SUPPORT */
+#ifdef CONFIG_ANDROID_THINGS_SUPPORT
+#define FASTBOOT_BOOTLOADER_VBOOT_KEY "fuse at-bootloader-vboot-key"
#ifdef CONFIG_AVB_ATX
#define FASTBOOT_AVB_AT_PERM_ATTR "fuse at-perm-attr"
#endif /* CONFIG_AVB_ATX */