From: Sandrine Bailleux Date: Tue, 27 May 2014 14:46:07 +0000 (+0100) Subject: Include 'platform_def.h' header file in 'crash_reporting.S' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e4d133899083fcb4874a70c3f82c296a89455ecd;p=project%2Fbcm63xx%2Fatf.git Include 'platform_def.h' header file in 'crash_reporting.S' 'crash_reporting.S' needs to include 'platform_def.h' to get the definition of PLATFORM_CORE_COUNT. Note: On FVP it was compiling because 'platform_def.h' gets included through 'plat/fvp/include/plat_macros.S' but we don't want to rely on that for other platforms. Change-Id: I51e974776dd0f3bda10ad9849f5ef7b30c629833 --- diff --git a/bl31/aarch64/crash_reporting.S b/bl31/aarch64/crash_reporting.S index cb9110b5..69b7a1c8 100644 --- a/bl31/aarch64/crash_reporting.S +++ b/bl31/aarch64/crash_reporting.S @@ -31,6 +31,7 @@ #include #include #include +#include .globl get_crash_stack .globl dump_state_and_die