summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-10-12 13:48:09 -0500
committerStefano Babic <sbabic@denx.de>2015-10-30 15:20:57 +0100
commita89729c9ca5d58f389e7b8bde74e58f6b35d9a45 (patch)
tree8e2433196eb8495fd9024417dfc6018654d2413b /arch/arm/imx-common
parent7a7281a91c2e0b27bc276ef879e896ed8669342a (diff)
downloadtalos-obmc-uboot-a89729c9ca5d58f389e7b8bde74e58f6b35d9a45.tar.gz
talos-obmc-uboot-a89729c9ca5d58f389e7b8bde74e58f6b35d9a45.zip
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/imx-common')
-rw-r--r--arch/arm/imx-common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig
index 37b375249d..2296239226 100644
--- a/arch/arm/imx-common/Kconfig
+++ b/arch/arm/imx-common/Kconfig
@@ -1,2 +1,5 @@
config IMX_CONFIG
string
+
+config ROM_UNIFIED_SECTIONS
+ bool
OpenPOWER on IntegriCloud