commit | eda23fa5aa065216d9cf86176fbb916b4841c874 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <[email protected]> | Tue Oct 08 05:34:11 2024 +0000 |
committer | Maheedhar Bollapalli <[email protected]> | Tue Nov 05 08:16:00 2024 +0000 |
tree | b82f35b4beda6f99ba074d01b6072209b95f500e | |
parent | 17a8f41e458e662c878fc8549d7a04a49e88abac [diff] |
fix(zynqmp): variable conflicting with external linkage This corrects the MISRA violation C2012-5.8: Identifiers that define objects or functions with external linkage shall be unique. Modify the variable name to prevent conflict with external object linkage. Change-Id: I32bed542c4810508174029ab0aaec18bcdf849a5 Signed-off-by: Maheedhar Bollapalli <[email protected]>