From 46b69e3de1b7817f4d8ed46fe1975f4bf630f0ec Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Sat, 10 Mar 2018 19:12:28 +0530 Subject: [PATCH] Include board_arm_def.h through the platform's header The board_arm_def.h header file needs to be included via the platform definition header. Not doing so, results in a redefinition error of PLAT_ARM_MAX_BL31_SIZE macro, if defined in the platform definition file. Change-Id: I1d178f6e8a6a41461e7fbcab9f6813a2faa2d82b Signed-off-by: Sughosh Ganu --- plat/arm/common/arm_err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/common/arm_err.c b/plat/arm/common/arm_err.c index 59c586181..66568e7dc 100644 --- a/plat/arm/common/arm_err.c +++ b/plat/arm/common/arm_err.c @@ -5,12 +5,12 @@ */ #include -#include #include #include #include #include #include +#include #include /*