Skip to content
Commit 971d38dc authored by Nishant Sharma's avatar Nishant Sharma Committed by Tony Nadackal
Browse files

ArmPkg: Change PcdFfaEnable flag datatype



FeatureFlag type PCD flags are declared by typecasting an integer value
to BOOLEAN. These flags cannot be use in assembly code as assembler does
not recognise C primitive types. Change the flag data type from BOOLEAN
to UINT32.

Signed-off-by: Nishant Sharma's avatarNishant Sharma <nishant.sharma@arm.com>
Change-Id: I2e24fc1d86c3114742efd4439515c83d27232c47
parent 38457679
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