commit | 471550a2b62315f8440d494877850143b14c0f62 | [log] [tgz] |
---|---|---|
author | Jimmy Brisson <jimmy.brisson@arm.com> | Thu Aug 06 10:50:15 2020 -0500 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Fri Aug 14 11:36:09 2020 +0000 |
tree | fc8e4b0de5faeeb1b217354c40c47b0bffe07b2e | |
parent | a5f70aaabcebb6c3b4e782ccce28ebca8eb03910 [diff] |
Use true instead of 1 in while This resolves MISRA defects such as: plat/common/plat_bl1_common.c:63:[MISRA C-2012 Rule 14.4 (required)] The condition expression "1" does not have an essentially boolean type. Change-Id: I679411980ad661191fbc834a44a5eca5494fd0e2 Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>