arm-trusted-firmware/plat/xilinx
Maheedhar Bollapalli d51c8e4c65 fix(versal-net): typecast operands to match data type
This corrects the MISRA violation C2012-10.3:
The value of an expression shall not be assigned to an object with a
narrower essential type or of a different essential type category.
The condition is explicitly checked against 0U, appending 'U' and
typecasting for unsigned comparison.

Change-Id: Ie2d32d5554d251cde8a9c8b7c7a85666ea505a15
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2024-12-20 11:01:42 +00:00
..
common fix(xilinx): typecast operands to match data type 2024-12-20 11:01:37 +00:00
versal fix(versal): typecast operands to match data type 2024-12-20 11:01:23 +00:00
versal_net fix(versal-net): typecast operands to match data type 2024-12-20 11:01:42 +00:00
zynqmp fix(zynqmp): typecast operands to match data type 2024-12-20 11:01:34 +00:00