diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index b5c8e80..6694dfb 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -44,6 +44,7 @@ #include "clockdomain.h" #include <plat/omap_hwmod.h> #include <plat/multi.h> +#include <mach/tf_mshield.h> /* * The machine specific code may provide the extra mapping besides the @@ -251,6 +252,9 @@ static void __init _omap2_map_common_io(void) omap2_check_revision(); omap_sram_init(); +#ifdef CONFIG_SECURITY_MIDDLEWARE_COMPONENT + tf_allocate_workspace(); +#endif } #ifdef CONFIG_SOC_OMAP2420 |