Skip to content
Commit e8f0dd58 authored by Jayanth Dodderi Chidanand's avatar Jayanth Dodderi Chidanand Committed by Jayanth Dodderi Chidanand
Browse files

fix(cpufeat): resolve build errors due to compiler optimization



Currently most of the architectural feature build flags are set
to 2(FEATURE_STATE_CHECK) for fvp platform only.

However other platforms still configure them by default to 0, which
would lead to build failures in cases when compiler configured
to build TF-A  with zero optimization (CFLAGS='-O0').

This patch addresses such build issues and thereby resolves the failures
seen under CI-l3 test_configurations.

Change-Id: I45b82b821951bba6b9df08177f7d286e624a4239
Signed-off-by: Jayanth Dodderi Chidanand's avatarJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
parent 55d5c6a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment