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>
1 parent d74c6b8 commit e1d5be56ba0f159534f20137401676f6ea697828
@Jimmy Brisson Jimmy Brisson authored on 5 Aug 2020
Sandrine Bailleux committed on 14 Aug 2020
Showing 1 changed file
View
include/bl1/bl1.h