commit | a5f70aaabcebb6c3b4e782ccce28ebca8eb03910 | [log] [tgz] |
---|---|---|
author | Jimmy Brisson <jimmy.brisson@arm.com> | Wed Aug 05 15:33:40 2020 -0500 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Fri Aug 14 11:36:05 2020 +0000 |
tree | 997c8b387f5f2a51726a4369e6d24f5e7b7e7c00 | |
parent | d7297c77af8621aba676559b1887d4a42c10de76 [diff] |
Specify signed-ness of constants We relyed on the default signed-ness of constants, which is usually signed. This can create MISRA violations, such as: bl1/bl1_main.c:257:[MISRA C-2012 10.8 (required)] Cast of composite expression off essential type signed to essential type unsigned These constants were only used as unsigned, so this patch makes them explicitly unsigned. Change-Id: I5f1310c881e936077035fbb1d5ffb449b45de3ad Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>