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>
1 parent ddc1c56 commit f9608bc8f8c171f0a2a7c07ed749e552e09839da
@Douglas Raillard Douglas Raillard authored on 8 Mar 2017
Showing 4 changed files
View
include/plat/arm/board/common/board_css_def.h
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/soc/common/soc_css_def.h
View
plat/arm/board/fvp/include/platform_def.h