uniphier: add ULL to physical address literals
Looks like this is requirement in the pre-merge static analysis.
misra_violation: [Required] MISRA C-2012 Rule 7.2 violation:
Unsigned constants must be declared with U or u suffix.
Adding ULL as requested. I used ULL() macros for BL*_{BASE,LIMIT}
because they are referenced from linker scripts.
Requested-by:
David Cunado <david.cunado@arm.com>
Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
Please register or sign in to comment