commit | 46b69e3de1b7817f4d8ed46fe1975f4bf630f0ec | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@arm.com> | Sat Mar 10 19:12:28 2018 +0530 |
committer | Sughosh Ganu <sughosh.ganu@arm.com> | Thu Jul 26 21:52:38 2018 +0530 |
tree | 59bf99c2a297eb2d8e99e596acda3a1392f3face | |
parent | 60e062fb0e33f7d9825267cbfb397d7c7aca1169 [diff] |
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 <sughosh.ganu@arm.com>