summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-mx6/hab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-mx6/hab.h b/arch/arm/include/asm/arch-mx6/hab.h
index dc0f4ca..2cd402b 100644
--- a/arch/arm/include/asm/arch-mx6/hab.h
+++ b/arch/arm/include/asm/arch-mx6/hab.h
@@ -70,6 +70,8 @@ typedef void hapi_clock_init_t(void);
#define HAB_RVT_ENTRY (*(uint32_t *) 0x00000098)
#define HAB_RVT_EXIT (*(uint32_t *) 0x0000009C)
+#endif
+
#define HAB_RVT_REPORT_EVENT_NEW (*(uint32_t *) 0x000000B8)
#define HAB_RVT_REPORT_STATUS_NEW (*(uint32_t *) 0x000000BC)
#define HAB_RVT_AUTHENTICATE_IMAGE_NEW (*(uint32_t *) 0x000000A8)
@@ -78,8 +80,6 @@ typedef void hapi_clock_init_t(void);
#define HAB_RVT_CLOCK_INIT ((hapi_clock_init_t *)0x0000024D)
-#endif
-
#define HAB_CID_ROM 0 /**< ROM Caller ID */
#define HAB_CID_UBOOT 1 /**< UBOOT Caller ID*/
/* ----------- end of HAB API updates ------------*/