commit | db72b0c47609ab3b3a191e38e411a5ea09653fbe | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 02 15:55:13 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 02 16:32:30 2018 +0900 |
tree | 4f2acb405b7f48ac70a0c24d874abdef5a5333cb | |
parent | 8f6429276992572cf6565ee12ec75316efa79cb2 [diff] |
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>