Commit e4d13389 authored by Sandrine Bailleux's avatar Sandrine Bailleux
Browse files

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
parent 977fbcd4
Showing with 1 addition and 0 deletions
+1 -0
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <asm_macros.S> #include <asm_macros.S>
#include <context.h> #include <context.h>
#include <plat_macros.S> #include <plat_macros.S>
#include <platform_def.h>
.globl get_crash_stack .globl get_crash_stack
.globl dump_state_and_die .globl dump_state_and_die
......
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