Commit eb5e1be4 authored by Nariman Poushin's avatar Nariman Poushin
Browse files

plat/arm: tzc_dmc500: Add missing plat_arm.h include



This omission causes a build error as the definition for
arm_tzc_regions_info_t is needed from plat_arm.h

Change-Id: I26935ee90d3e36ab6a016ff2c4eee4413df3e4e8
Signed-off-by: default avatarNariman Poushin <nariman.poushin@linaro.org>
parent 58192800
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <arm_def.h> #include <arm_def.h>
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <plat_arm.h>
#include <platform_def.h> #include <platform_def.h>
#include <tzc_dmc500.h> #include <tzc_dmc500.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment