aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-09-18 14:20:02 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-09-18 14:20:02 +0000
commit101daafd6b16d85a86d1a7cbda5381225cb2ca66 (patch)
treee024f404d6452eef6f2bf1c6d6c9bbb41c0c2954 /include
parent80f823b7272e0099a36df5aa811192d5c19f45f5 (diff)
parentdeb875b511acdfb02aed3142269162f23f4b57ee (diff)
downloadplatform_external_arm-trusted-firmware-101daafd6b16d85a86d1a7cbda5381225cb2ca66.tar.gz
platform_external_arm-trusted-firmware-101daafd6b16d85a86d1a7cbda5381225cb2ca66.tar.bz2
platform_external_arm-trusted-firmware-101daafd6b16d85a86d1a7cbda5381225cb2ca66.zip
Merge changes from topic "ehf_common" into integration
* changes: plat: tegra: Use generic ehf defines ehf: use common priority level enumuration
Diffstat (limited to 'include')
-rw-r--r--include/plat/arm/common/arm_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/common/arm_def.h b/include/plat/arm/common/arm_def.h
index 293e7ce6f..c01864306 100644
--- a/include/plat/arm/common/arm_def.h
+++ b/include/plat/arm/common/arm_def.h
@@ -568,7 +568,7 @@
#define PLAT_SDEI_NORMAL_PRI 0x70
/* ARM platforms use 3 upper bits of secure interrupt priority */
-#define ARM_PRI_BITS 3
+#define PLAT_PRI_BITS 3
/* SGI used for SDEI signalling */
#define ARM_SDEI_SGI ARM_IRQ_SEC_SGI_0