BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
9c8ea08
Branches
Tags
master
mips_sys
fw
lnk.cmd
increased code and data address range to 8KB
Stefan Schuermans
commited
9c8ea08
at 2012-02-20 15:55:19
lnk.cmd
Blame
History
Raw
SECTIONS { . = 0x00000000; .rom : { *(.text) . = 0x00002000; } . = 0x00010000; .ram : { *(.rodata) *(.data) *(.bss) *(*COM*) . = 0x00002000; } }