commit | 25e26b30c6a2e33bdacea6247bc67055f4a364f9 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Thu Dec 12 11:21:46 2024 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Thu Dec 12 11:21:46 2024 +0000 |
tree | 52c46c77c27d4c5a85dd4ad136623a7c7d3da8ae | |
parent | 92c76215875144a4a7d481344cbd8f037148c624 [diff] |
fix: disable FEAT_FPMR for Undef injection test Undef injection requires FEAT_FGT to be set to 0 for testing on FVP with all features are set FEAT_STATE_CHECK (=2). After introduction of FEAT_FPMR (which defaults to 2) it fails to build because FPMR has dependency on FGT. To solve the issue, disable FPMR on undef injection build configuration. Change-Id: I4ae907c2558b8350a6e569ce303c6a8a6fc36f4c Signed-off-by: Manish Pandey <manish.pandey2@arm.com>