Resolve signed-unsigned comparison issues
A recent commit 030567e 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>
1 parent 73e11b4 commit 0dd4195114c8d2b6f8be5b00c3b8011a548fe1ae
@David Cunado David Cunado authored on 21 Jun 2017
Showing 4 changed files
View
lib/cpus/errata_report.c
View
lib/xlat_tables/xlat_tables_common.c
View
lib/xlat_tables/xlat_tables_private.h
View
plat/compat/plat_topology_compat.c