Searched hist:d9712f9cae10fdeb8696ffcd3ca35d58666ea9dd (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/include/bl31/ |
| H A D | bl31.h | d9712f9cae10fdeb8696ffcd3ca35d58666ea9dd Thu Apr 18 12:13:12 UTC 2024 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(bl31): declare function as static
This corrects the MISRA violation C2012-8.7: Functions and objects should not be defined with external linkage if they are referenced in only one translation unit. The functions are declared as static that are referenced only within a translation unit.
Change-Id: I785f9cd5378fa229812786d6877a5559983d32f3 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31_main.c | d9712f9cae10fdeb8696ffcd3ca35d58666ea9dd Thu Apr 18 12:13:12 UTC 2024 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> fix(bl31): declare function as static
This corrects the MISRA violation C2012-8.7: Functions and objects should not be defined with external linkage if they are referenced in only one translation unit. The functions are declared as static that are referenced only within a translation unit.
Change-Id: I785f9cd5378fa229812786d6877a5559983d32f3 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
|