commit | 81c0741ed1d91c520d25d9bf4aaf8cc526e4199c | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Tue May 14 12:08:54 2024 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Tue May 14 18:23:29 2024 +0100 |
tree | 9f953411a747d7ac8b640d6e780ac5a98c634e5f | |
parent | 506da9307ea9bb79d86f97fb6d6da9b5a651af58 [diff] |
fix(juno): remove incorrect assert in sp min boot There may be some valid configurations where a bootloader runs before sp_min. In this case the bootloader may pass arguments through the general purpose registers when passing control to sp_min causing the assert to fail. Although sp_min may not use the content of the registers requiring them to be zero seems unnecessary. Signed-off-by: Daniel Boulby <daniel.boulby@arm.com> Change-Id: I96fdc79626968830985bdd540f89e73b213de7d8