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 <nishant.sharma@arm.com>
Change-Id: I2e24fc1d86c3114742efd4439515c83d27232c47
Loading
Please register or sign in to comment