commit | 54c9c68a49bc7b3aaa29207f798b1973e3cdb542 | [log] [tgz] |
---|---|---|
author | Nithin G <nithing@amd.com> | Fri Apr 19 18:02:02 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:02:54 2025 +0530 |
tree | 99986204474b9ab319dab16998969e96dad96980 | |
parent | e358089d8382e4239a4b606b0e97cf5475da4976 [diff] |
fix(el3-runtime): 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: Idf4b8ea7842304849242a06d6ada73f11afc8cde Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>