diff options
author | danh-arm <dan.handley@arm.com> | 2015-01-07 12:53:41 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-01-07 12:53:41 +0000 |
commit | 2060f0c0181fec2afd0d28f08370e080e27824f2 (patch) | |
tree | 4c18b344eea0784f43607a80e759366e619ad51f | |
parent | 29e32cba4ad243071c643c839dfd4f46a0b19655 (diff) | |
parent | 47ca01e745f2605785a7171f8b991628bac03d0e (diff) |
Merge pull request #225 from sandrine-bailleux/sb/remove-IRQ_SEC_SGI_8
Remove IRQ_SEC_SGI_8 constant
-rw-r--r-- | plat/fvp/fvp_def.h | 1 | ||||
-rw-r--r-- | plat/juno/juno_def.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plat/fvp/fvp_def.h b/plat/fvp/fvp_def.h index 99c23d8d..06f2a649 100644 --- a/plat/fvp/fvp_def.h +++ b/plat/fvp/fvp_def.h @@ -209,7 +209,6 @@ #define IRQ_SEC_SGI_5 13 #define IRQ_SEC_SGI_6 14 #define IRQ_SEC_SGI_7 15 -#define IRQ_SEC_SGI_8 16 /******************************************************************************* * PL011 related constants diff --git a/plat/juno/juno_def.h b/plat/juno/juno_def.h index 88e35b0d..e205498d 100644 --- a/plat/juno/juno_def.h +++ b/plat/juno/juno_def.h @@ -143,7 +143,6 @@ #define IRQ_SEC_SGI_5 13 #define IRQ_SEC_SGI_6 14 #define IRQ_SEC_SGI_7 15 -#define IRQ_SEC_SGI_8 16 /******************************************************************************* * PL011 related constants |