Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
71295c2b8a0d5e20fe8f237f975395272045aa98
71295c2b8a0d5e20fe8f237f975395272045aa98
Switch branch/tag
sunxi-tools
jtag-loop.lds
Find file
Normal view
History
Permalink
jtag-loop.lds
77 Bytes
Edit
Web IDE
Newer
Older
jtag-loop: Add Makefile recipe
Henrik Nordstrom
committed
Sep 04, 2012
1
2
3
4
5
6
7
SECTIONS
{
. = 0x0030;
.text : { *(.text) }
}