diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-10-12 13:48:09 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-10-30 15:20:57 +0100 |
commit | a89729c9ca5d58f389e7b8bde74e58f6b35d9a45 (patch) | |
tree | 8e2433196eb8495fd9024417dfc6018654d2413b /arch/arm/include/asm/imx-common/hab.h | |
parent | 7a7281a91c2e0b27bc276ef879e896ed8669342a (diff) |
imx: hab: use unified rom section for mx6sx and mx6ul
Add CONFIG_ROM_UNIFIED_SECTIONS for mx6sx and mx6ul target
platforms to resolve corresponding HAB_RVT_BASE base address,
the RVT table contains pointers to the HAB API functions in
ROM code.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/imx-common/hab.h')
-rw-r--r-- | arch/arm/include/asm/imx-common/hab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/imx-common/hab.h b/arch/arm/include/asm/imx-common/hab.h index d0eaa67180..af77d45b6c 100644 --- a/arch/arm/include/asm/imx-common/hab.h +++ b/arch/arm/include/asm/imx-common/hab.h @@ -113,7 +113,7 @@ typedef void hapi_clock_init_t(void); #define HAB_ENG_RTL 0x77 /* RTL simulation engine */ #define HAB_ENG_SW 0xff /* Software engine */ -#ifdef CONFIG_MX6SX +#ifdef CONFIG_ROM_UNIFIED_SECTIONS #define HAB_RVT_BASE 0x00000100 #else #define HAB_RVT_BASE 0x00000094 |