fix(versal): add unsigned suffix to match data type

This corrects the MISRA violation C2012-7.2:
A ā€œuā€ or ā€œUā€ suffix shall be applied to all integer constants that
are represented in an unsigned type.
Appended "U" suffix to integer constant to represent it as
unsigned type.

Change-Id: I76f3c5903ed21ecba4d600e879d93026fc744f6c
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
1 file changed