commit | a6a85fb5cf970fd180daa5162bb3416e2836d88c | [log] [tgz] |
---|---|---|
author | Nithin G <nithing@amd.com> | Fri Apr 19 17:53:01 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:02:53 2025 +0530 |
tree | acba44b801779c0f6b92fa076bf9ad51b0a940b7 | |
parent | 12b79b0c5267179b3a122dd19a60f2999d36833f [diff] |
fix(bl31): add const qualifier This corrects the MISRA violation C2012-8.13: A pointer should point to a const-qualified type whenever possible. Added const qualifier to pointer in the function arguments. Change-Id: Ia323a2b2946d61a639696e2559f88e376beda861 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>