xlat lib v2: Fix sign of debug loop variable
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 1 Aug 2017 08:16:38 +0000 (09:16 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 1 Aug 2017 08:18:51 +0000 (09:18 +0100)
commit664e69311e0ad0f38de3f635d6d338f2d0d64e14
treea01a1a9289e674a9748df95514d91b2119ec5548
parentde3d704d74018b7104afad5a9b4cb19bc5de0611
xlat lib v2: Fix sign of debug loop variable

This patch changes the sign of the loop variable used in
xlat_tables_print(). It needs to be unsigned because it is compared
against another unsigned int.

Change-Id: I2b3cee7990dd75e8ebd2701de3860ead7cad8dc8
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
lib/xlat_tables_v2/xlat_tables_internal.c