diff options
Diffstat (limited to 'target-xtensa/core-fsf.c')
-rw-r--r-- | target-xtensa/core-fsf.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c index d4660edde..6859bee06 100644 --- a/target-xtensa/core-fsf.c +++ b/target-xtensa/core-fsf.c @@ -35,15 +35,9 @@ static const XtensaConfig fsf = { .name = "fsf", - .options = XTENSA_OPTIONS, /* GDB for this core is not supported currently */ - .nareg = XCHAL_NUM_AREGS, - .ndepc = 1, - EXCEPTIONS_SECTION, - INTERRUPTS_SECTION, - TLB_SECTION, - DEBUG_SECTION, .clock_freq_khz = 10000, + DEFAULT_SECTIONS }; REGISTER_CORE(fsf) |