commit | 6b7f4d883d05289daee2f98978443b29f54ca734 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Mon Apr 17 13:15:23 2023 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Mon Apr 17 13:42:02 2023 +0200 |
tree | b40dd17d1a14ea9e2ce2ada0fda31403ce46b19d | |
parent | 60ba286e8cfbabd5ae444b8c4a472c082bc6f6b9 [diff] |
fix(xilinx): remove asserts around arg0/arg1 The commit a6f340fe58b9 ("Introduce the new BL handover interface") extended handoff to 4 registers instead of 2. Arguments arg0-3 are not used by platform code but in future they can be used for it. But it doesn't make sense to checking their unused value. Change-Id: I151e4b1574465409424453c054d937487086b79a Signed-off-by: Michal Simek <michal.simek@amd.com>