summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-03-31 14:20:28 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:05:29 +0800
commitbd483695f85b2e5b69334661c6626348a4f8e9d6 (patch)
tree8ae95df0edcf8f51922b4477db7243aed6b2e7d5 /arch/arm/include
parent8567c2824d6293eb0711a5d71860ac8581b02d0b (diff)
downloadu-boot-imx-bd483695f85b2e5b69334661c6626348a4f8e9d6.zip
u-boot-imx-bd483695f85b2e5b69334661c6626348a4f8e9d6.tar.gz
u-boot-imx-bd483695f85b2e5b69334661c6626348a4f8e9d6.tar.bz2
MLK-10513 mx7: HAB: Fix HAB RVT addresses to unified section
Incorrect hab_rvt addresses were used for getting HAB functions. Need to change to addresses in unified section. Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 5ae1cb9d8e7cd7babd1d7ef7f2303664a4e15c26)
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-mx7/hab.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/include/asm/arch-mx7/hab.h b/arch/arm/include/asm/arch-mx7/hab.h
index 97a2fec..fa29c78 100644
--- a/arch/arm/include/asm/arch-mx7/hab.h
+++ b/arch/arm/include/asm/arch-mx7/hab.h
@@ -60,12 +60,6 @@ typedef void hapi_clock_init_t(void);
#define HAB_RVT_REPORT_EVENT (*(uint32_t *) (HAB_RVT_UNIFIED_BASE + 0x20))
#define HAB_RVT_REPORT_STATUS (*(uint32_t *) (HAB_RVT_UNIFIED_BASE + 0x24))
-#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)
-#define HAB_RVT_ENTRY_NEW (*(uint32_t *) 0x0000009C)
-#define HAB_RVT_EXIT_NEW (*(uint32_t *) 0x000000A0)
-
#define HAB_RVT_CLOCK_INIT ((hapi_clock_init_t *)0x0000024D)
#define HAB_CID_ROM 0 /**< ROM Caller ID */