Fix ARM_BL31_IN_DRAM build
authorDouglas Raillard <douglas.raillard@arm.com>
Wed, 8 Mar 2017 16:49:31 +0000 (16:49 +0000)
committerDouglas Raillard <douglas.raillard@arm.com>
Mon, 3 Apr 2017 17:59:22 +0000 (18:59 +0100)
commitf9608bc8f8c171f0a2a7c07ed749e552e09839da
tree7af1926b3fe879498c1ed2247bd69b1d2c37497f
parentddc1c56f0b12af6171c11a5a8073c34becfedde2
Fix ARM_BL31_IN_DRAM build

Some header files using the ULL() macro were not directly including
utils.h where the macro definition resides. As a consequence, a linker
script with values using this macro did not see the macro definition
and kept the "ULL(<value>)" call in the preprocessed file, which lead to
link error.

Files using ULL() macro now include utils.h directly.

Change-Id: I433a7f36bd21a156c20e69bc2a2bb406140ebdf9
Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
include/plat/arm/board/common/board_css_def.h
include/plat/arm/common/arm_def.h
include/plat/arm/soc/common/soc_css_def.h
plat/arm/board/fvp/include/platform_def.h