arm-trusted-firmware/plat/xilinx
Maheedhar Bollapalli 2863b0c466 fix(zynqmp): typecast operands to match data type
This corrects the MISRA violation C2012-10.1:
Operands shall not be of an inappropriate essential type.
The condition is explicitly checked against 0U, appending 'U' and
typecasting for unsigned comparison.

Change-Id: I016f9df3811d80cd230257b5533d4d15a15fe14f
Signed-off-by: Nithin G <nithing@amd.com>
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2024-12-20 11:01:14 +00:00
..
common fix(xilinx): typecast expressions to match data type 2024-12-20 11:00:53 +00:00
versal fix(versal): typecast expressions to match data type 2024-12-20 11:00:57 +00:00
versal_net fix(versal-net): typecast expressions to match data type 2024-12-20 11:01:04 +00:00
zynqmp fix(zynqmp): typecast operands to match data type 2024-12-20 11:01:14 +00:00