Skip to content

Commit

Permalink
target-xtensa: add missing DEBUG section to dc233c config
Browse files Browse the repository at this point in the history
This fixes missing debug feature opcodes of dc233c core variant.

Cc: [email protected]
Signed-off-by: Max Filippov <[email protected]>
  • Loading branch information
jcmvbkbc committed Nov 8, 2013
1 parent e8262a1 commit ebbfd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target-xtensa/core-dc233c.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static const XtensaConfig dc233c = {
EXCEPTIONS_SECTION,
INTERRUPTS_SECTION,
TLB_SECTION,
DEBUG_SECTION,
.clock_freq_khz = 10000,
};

Expand Down

0 comments on commit ebbfd5a

Please sign in to comment.