uniphier: add ULL to physical address literals
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 2 Feb 2018 06:55:13 +0000 (15:55 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 2 Feb 2018 07:32:30 +0000 (16:32 +0900)
commit4f557c77f56b8f5c05be03743e48b35b1acfbbf4
tree4f2acb405b7f48ac70a0c24d874abdef5a5333cb
parent9c740a58e140dfab13be1e5f41b427737428c210
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>
plat/socionext/uniphier/include/platform_def.h
plat/socionext/uniphier/uniphier_io_storage.c
plat/socionext/uniphier/uniphier_xlat_setup.c