diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-03-25 12:20:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 12:20:59 -0700 |
commit | 24f4ba0d5d5fa4378f14f3d56b18e041a01f2955 (patch) | |
tree | e5d51168cbc14cc16a70f2074b443bddfb7fd093 /bsp/coreip-s54-rtl | |
parent | ad3c2319dd92d6f9da23f66b506f2e29064753c3 (diff) | |
parent | efa2e2200c45beb5e9fb7215f71d829998d31da8 (diff) |
Merge pull request #214 from sifive/rc1-breakage
Update header to include PLIC, CLIC SUBINTERRUPTS
Diffstat (limited to 'bsp/coreip-s54-rtl')
-rw-r--r-- | bsp/coreip-s54-rtl/metal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsp/coreip-s54-rtl/metal.h b/bsp/coreip-s54-rtl/metal.h index 4ff8a06..360c3d2 100644 --- a/bsp/coreip-s54-rtl/metal.h +++ b/bsp/coreip-s54-rtl/metal.h @@ -26,6 +26,7 @@ #define METAL_MAX_PLIC_INTERRUPTS 1 +#define __METAL_CLIC_SUBINTERRUPTS 0 #define METAL_MAX_CLIC_INTERRUPTS 0 #define __METAL_LOCAL_EXTERNAL_INTERRUPTS_0_INTERRUPTS 16 |