commit | e37c0298d82f0d1a1fa9ade68f0a0e5deae98d40 | [log] [tgz] |
---|---|---|
author | Manoj Kumar <manoj.kumar3@arm.com> | Fri Jan 19 17:51:31 2018 +0530 |
committer | Manoj Kumar <manoj.kumar3@arm.com> | Fri Jan 19 17:51:31 2018 +0530 |
tree | 7773415d44a0a348f68a5612386a9d4d54bf5aee | |
parent | 958a371bdb5cc2978a3625bf7666fcaa68094d35 [diff] |
lib/cpus: fix branching in reset function for cortex-a72 AARCH32 mode In AARCH32 mode, cortex_a72_reset_func branches to address in lr register instead of r5 register. This leads to linux boot failure of Cortex-A72 cores in AARCH32 mode on Juno-R2 board. This patch fixes the branching of cortex_a72_reset_func to r5 register as in cortex_a57_reset_func implementation. Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>