commit | f94399ab64fa3e6438f5778a6476fe3c3be6bc95 | [log] [tgz] |
---|---|---|
author | Jimmy Brisson <jimmy.brisson@arm.com> | Tue Aug 04 16:27:51 2020 -0500 |
committer | Jimmy Brisson <jimmy.brisson@arm.com> | Mon Aug 31 11:11:48 2020 -0500 |
tree | 249d6c088adbe08d7f0f6a32239bbc61589069ae | |
parent | 33c2524569e1418a3aabafb72feeeede491d1ba5 [diff] |
Move static vars into functions in bl1 This reduces the scope of these variables and resolves Misra violations such as: bl1/aarch64/bl1_context_mgmt.c:21:[MISRA C-2012 Rule 8.9 (advisory)] "bl1_cpu_context" should be defined at block scope. Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com> Change-Id: I9b0b26395bce07e10e61d10158c67f9c22ecce44