arm-trusted-firmware/include/plat/arm
Douglas Raillard f9608bc8f8 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>
2017-04-03 18:59:22 +01:00
..
board/common Fix ARM_BL31_IN_DRAM build 2017-04-03 18:59:22 +01:00
common Fix ARM_BL31_IN_DRAM build 2017-04-03 18:59:22 +01:00
css/common Juno: Disable SPIDEN in release builds 2017-02-15 09:37:33 +00:00
soc/common Fix ARM_BL31_IN_DRAM build 2017-04-03 18:59:22 +01:00