diff options
author | Douglas Raillard <douglas.raillard@arm.com> | 2017-03-08 16:49:31 +0000 |
---|---|---|
committer | Douglas Raillard <douglas.raillard@arm.com> | 2017-04-03 18:59:22 +0100 |
commit | f9608bc8f8c171f0a2a7c07ed749e552e09839da (patch) | |
tree | 7af1926b3fe879498c1ed2247bd69b1d2c37497f /lib/stdlib/assert.c | |
parent | ddc1c56f0b12af6171c11a5a8073c34becfedde2 (diff) |
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>
Diffstat (limited to 'lib/stdlib/assert.c')
0 files changed, 0 insertions, 0 deletions