summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/sec-common.c
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-07-10 22:45:50 +0300
committerTom Rini <trini@konsulko.com>2017-07-23 05:22:43 +0300
commit03750231a84da904d6d2809a54d3147dee833f26 (patch)
tree334eb666ca9be0f19391f746fed06939d1930f18 /arch/arm/mach-omap2/sec-common.c
parent3348e0c0a6e48132d0ef092de7bfbd775f0299c3 (diff)
downloadu-boot-03750231a84da904d6d2809a54d3147dee833f26.tar.xz
arm: mach-omap2: Factor out common FDT fixup suport
Some of the fixups currently done for OMAP5 class boards are common to other OMAP family devices, move these to fdt-common.c. Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/sec-common.c')
-rw-r--r--arch/arm/mach-omap2/sec-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sec-common.c b/arch/arm/mach-omap2/sec-common.c
index f230c9ea4e..030b36f332 100644
--- a/arch/arm/mach-omap2/sec-common.c
+++ b/arch/arm/mach-omap2/sec-common.c
@@ -176,7 +176,7 @@ auth_exit:
return result;
}
-static u32 get_sec_mem_start(void)
+u32 get_sec_mem_start(void)
{
u32 sec_mem_start = CONFIG_TI_SECURE_EMIF_REGION_START;
u32 sec_mem_size = CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE;