]> git.baikalelectronics.ru Git - arm-tf.git/commit
Include 'platform_def.h' header file in 'crash_reporting.S'
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 27 May 2014 14:46:07 +0000 (15:46 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 5 Jun 2014 11:04:08 +0000 (12:04 +0100)
commite4d133899083fcb4874a70c3f82c296a89455ecd
tree43fbaa7b37f312448b50f3b28eb4649904a1d8ab
parent977fbcd4e0842e590a961d6f40c14653caa9301a
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
bl31/aarch64/crash_reporting.S