Skip to content

Commit

Permalink
qemu_v8: remove ENABLE_SPE_FOR_LOWER_ELS
Browse files Browse the repository at this point in the history
ENABLE_SPE_FOR_LOWER_ELS does no longer exist in TF-A codebase (renamed
ENABLE_SPE_FOR_NS). Effectively it should not be required here.

Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
jenswi-linaro authored and jforissier committed Nov 1, 2024
1 parent 1bf5ae2 commit 75a2959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ TF_A_FLAGS_SPMC_AT_EL_1 += QEMU_TOS_FW_CONFIG_DTS=../build/qemu_v8/spmc_el1_mani
TF_A_FLAGS_SPMC_AT_EL_1 += SPMC_OPTEE=1
TF_A_FLAGS_SPMC_AT_EL_1 += QEMU_TOS_FW_CONFIG_DTS=../build/qemu_v8/spmc_el1_manifest.dts
TF_A_FLAGS_SPMC_AT_EL_2 = SPD=spmd
TF_A_FLAGS_SPMC_AT_EL_2 += ENABLE_SPE_FOR_LOWER_ELS=0
TF_A_FLAGS_SPMC_AT_EL_2 += ENABLE_FEAT_SEL2=1
TF_A_FLAGS_SPMC_AT_EL_2 += SP_LAYOUT_FILE=../build/qemu_v8/sp_layout.json
TF_A_FLAGS_SPMC_AT_EL_2 += NEED_FDT=yes
Expand Down

0 comments on commit 75a2959

Please sign in to comment.