commit | af0e3af51b2df332e5502d47191ac299df4c8205 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Oct 11 15:26:01 2022 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Tue Oct 11 18:26:20 2022 +0200 |
tree | 213340e22be4f781fef49c835d1ee5097de9ec38 | |
parent | dc5a0a5627442f32c9e7c31902c8972371695f14 [diff] |
fix: fix EDK2 binary download order A prior change accidentally moved the logic which downloads EDK2, used by two run configurations, from `post_tf_build` to `fetch_tf_resource`. This causes the EDK2 binary be to downloaded after it's expected to be used, causing a failure. Change-Id: Ie6cefad70c278f59c7e5b3551cfe84ab10e0c9a8 Signed-off-by: Chris Kay <chris.kay@arm.com>