• Douglas Raillard's avatar
    Fix ARM_BL31_IN_DRAM build · f9608bc8
    Douglas Raillard authored
    
    
    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: default avatarDouglas Raillard <douglas.raillard@arm.com>
    f9608bc8
arm_def.h 11.7 KB