BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
0e00df4
Branches
Tags
master
mips_sys
fw
lnk.cmd
implemented loading of data memory from firmware
Stefan Schuermans
commited
0e00df4
at 2012-02-12 17:47:50
lnk.cmd
Blame
History
Raw
SECTIONS { . = 0x00000000; .rom : { *(.text) } . = 0x00001000; .ram : { *(.rodata) *(.data) *(.bss) *(*COM*) } }