commit | 92069086d6f635766fd774084354fbea59a9c43a | [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 | e1d5be56ba0f159534f20137401676f6ea697828 [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>