fix(coverity): re-enable Arm FPGA Coverity build
The spectre-bhb mitigations added quite some code to each CPU type, and
since the ARM FPGA ports includes support for a variety of CPU cores, it
made the image too large to fit into the memory scheme.
Consequently commit 969d9c5db2b7 ("fix(coverity): temporarily exclude Arm
FPGA from Coverity analysis") disabled the build, to get the addition of
the mitigation code unblocked.
While there is no proper solution for this problem yet, creating a
DEBUG=0 build pushes the code below the BL31 limit, so we can bring the
ARM FPGA build back.
This reverts commit 969d9c5db2b7638032c248a82cc95339a0f4fb05.
Change-Id: Id01d743280c87be6a9447f19aa625e84f48609dd
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2 files changed