commit | 40a75986f1936003c1a4be3568eb4ebc29a224f1 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Mar 23 11:43:22 2023 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Thu Mar 23 13:25:41 2023 +0000 |
tree | d259a1bb5abd5366575836746d9b120236f5d55b | |
parent | 254b79eb078f442a7d6f6db86ddafeec5922a1d6 [diff] |
fix(fpga): include missing header file Since transitioning over FEAT_SPE to the new feature checking scheme, we make use of the new is_feat_spe_supported() function in the Arm FPGA platform code. However this missed to include the header file, so the build broke. Add the arch_features.h header to make arm_fpga compile again. Change-Id: I5c8feecfcc6fb5845a6671842850df1943086a58 Signed-off-by: Andre Przywara <andre.przywara@arm.com>