Skip to content

Commit

Permalink
plat-versal2: disable ARM CE v8.2
Browse files Browse the repository at this point in the history
Disable the ARM CE v8.2 configuration since it is not available on the SoC.
Allow the ARM CE configuration to be overridden at build time while keeping
the default value enabled.

Signed-off-by: Amey Avinash Raghatate <[email protected]>
Signed-off-by: Akshay Belsare <[email protected]>
Acked-by: Michal Simek <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
amey-raghatate authored and jforissier committed Feb 11, 2025
1 parent 8d8a3cb commit 71aed2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/arch/arm/plat-versal2/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ CFG_WITH_STATS ?= y
CFG_ARM64_core ?= y

# Enable ARM Crypto Extensions(CE)
$(call force,CFG_CRYPTO_WITH_CE,y)
$(call force,CFG_CRYPTO_WITH_CE82,y)
CFG_CRYPTO_WITH_CE ?= y

# Define the number of cores per cluster used in calculating core position.
# The cluster number is shifted by this value and added to the core ID,
Expand Down

0 comments on commit 71aed2d

Please sign in to comment.