commit | 7e5597c56415450ec4f8b0b0c9db93ff82011169 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Wed Jul 20 17:37:23 2022 +0200 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Thu Jul 21 11:01:32 2022 +0200 |
tree | 222ab6415bf4375dcc418e09289ad38b32885c19 | |
parent | 88de5981c3c2859296fae8db9add24bd9beae682 [diff] |
fix(tc): tc2 bl1 start address shifted by one page Change [1] is specific to TC2 model and breaks former TC0/TC1 test configs. BL1 start address is 0x0 on TC0/TC1 and 0x1000 from TC2 onwards. Fix by adding conditional defines depending on TARGET_PLATFORM build flag. [1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/15917 Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I51f77e6a61ca8eaa6871c19cabe9deb1288f5a9d