mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
whitespace removal
This commit is contained in:
parent
e07f69d3d9
commit
92798d0674
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ MEMORY
|
|||
/* "rom" section: first value of ORIGIN/LENGHT => bootloader ROM; second value of ORIGIN/LENGHT => instruction memory */
|
||||
|
||||
rom (rx) : ORIGIN = DEFINED(make_bootloader) ? 0xFFFF0000 : 0x00000000, LENGTH = DEFINED(make_bootloader) ? 4*1024 : 16*1024
|
||||
ram (rwx) : ORIGIN = 0x80000000, LENGTH = 8*1024
|
||||
ram (rwx) : ORIGIN = 0x80000000, LENGTH = 8*1024
|
||||
}
|
||||
/* ************************************************************************* */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue