arm-trusted-firmware/plat/compat
David Cunado 0dd4195114 Resolve signed-unsigned comparison issues
A recent commit 030567e6f5 added U()/ULL()
macro to TF constants. This has caused some signed-unsigned comparison
warnings / errors in the TF static analysis.

This patch addresses these issues by migrating impacted variables from
signed ints to unsigned ints and vice verse where applicable.

Change-Id: I4b4c739a3fa64aaf13b69ad1702c66ec79247e53
Signed-off-by: David Cunado <david.cunado@arm.com>
2017-06-27 09:57:21 +01:00
..
aarch64 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_compat.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_pm_compat.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_topology_compat.c Resolve signed-unsigned comparison issues 2017-06-27 09:57:21 +01:00