interrupt_controller: gic: update default priority

Use '0xa0' as default priority to be consistent with the V1/V2 and
V3 drivers default priority init.

Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
This commit is contained in:
Sandeep Tripathy 2020-06-12 23:53:02 +05:30 committed by Anas Nashif
commit 739bc24fc2

View file

@ -21,6 +21,6 @@
#define GIC_SPI 0x0
#define GIC_PPI 0x1
#define IRQ_DEFAULT_PRIORITY 0xa
#define IRQ_DEFAULT_PRIORITY 0xa0
#endif