Commit 2633dfeb authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

SPM: Remove ARM platforms header from SPM common code



Common code mustn't include ARM platforms headers.

Change-Id: Ib6e4f5a77c2d095e6e8c3ad89c89cb1959cd3043
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent a852ec46
......@@ -8,6 +8,7 @@
#define __PLATFORM_DEF_H__
#include <arm_def.h>
#include <arm_spm_def.h>
#include <board_arm_def.h>
#include <common_def.h>
#include <tzc400.h>
......
......@@ -6,7 +6,6 @@
#include <arch.h>
#include <arch_helpers.h>
#include <arm_spm_def.h>
#include <assert.h>
#include <common_def.h>
#include <context.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