mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
sw/ocd: fix ld memory origin
This commit is contained in:
parent
3d3d91d4e6
commit
65d54657a4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ENTRY(__start)
|
|||
|
||||
MEMORY
|
||||
{
|
||||
debug_mem (rx) : ORIGIN = 0xFFFFF800, LENGTH = 128
|
||||
debug_mem (rx) : ORIGIN = 0xFFFFFF00, LENGTH = 128
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue