summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2017-05-11 14:19:55 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2017-05-12 09:34:56 +0100
commit144c3f5e4b76bf42971fffe5d7e0ac69405ec55b (patch)
tree14f9c7ef347c95f31debef7a5e9fbcc5c169fa13
parentf67c66311e86177a3cd6206b47a15c71233f7c47 (diff)
FVP: Break circular dependency in platform header files
We used to have the following circular dependency in the FVP platform header files: +-> arm_def.h ---> platform_def.h ---> fvp_def.h --+ |__________________________________________________| This patch breaks it by not including 'arm_def.h' from 'fvp_def.h'. Change-Id: I280d906559e3343dd38764029e77c0ea768b4fec Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
-rw-r--r--plat/arm/board/fvp/fvp_def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plat/arm/board/fvp/fvp_def.h b/plat/arm/board/fvp/fvp_def.h
index 42de528e..d4f9d925 100644
--- a/plat/arm/board/fvp/fvp_def.h
+++ b/plat/arm/board/fvp/fvp_def.h
@@ -7,8 +7,6 @@
#ifndef __FVP_DEF_H__
#define __FVP_DEF_H__
-#include <arm_def.h>
-
#ifndef FVP_CLUSTER_COUNT
#define FVP_CLUSTER_COUNT 2
#endif