diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-03-21 18:04:29 -0700 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-03-21 18:04:29 -0700 |
commit | 66901a72d41fb1f350e1d972b5b920c6d61b33a1 (patch) | |
tree | df8bd771d4d765ceedfa9875cd822e4eea4a4db9 /bsp/coreip-e20-arty | |
parent | 318ac16f2b0fdab7ac82758993e7e6835b94115d (diff) |
Update lds files to exclude itim in .text and PLIC subinterrupts
Diffstat (limited to 'bsp/coreip-e20-arty')
-rw-r--r-- | bsp/coreip-e20-arty/metal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bsp/coreip-e20-arty/metal.h b/bsp/coreip-e20-arty/metal.h index 93154a8..c1520f0 100644 --- a/bsp/coreip-e20-arty/metal.h +++ b/bsp/coreip-e20-arty/metal.h @@ -5,6 +5,9 @@ #ifdef __METAL_MACHINE_MACROS +#ifndef __METAL_PLIC_SUBINTERRUPTS +#define __METAL_PLIC_SUBINTERRUPTS 0 +#endif #define __METAL_CLIC_SUBINTERRUPTS 58 #ifndef __METAL_CLIC_SUBINTERRUPTS |