]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/sec-common.c
arm: mach-omap2: Factor out common FDT fixup suport
[u-boot] / arch / arm / mach-omap2 / sec-common.c
index f230c9ea4e316f10bdd0bcdfc4a484c74ac6e197..030b36f332a7338db3b9020eedffca8be53a635c 100644 (file)
@@ -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;