projects
/
proxmark3-svn
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Consolidate Linux/Windows Makefiles into one, see http://www.proxmark.org/forum/topic...
[proxmark3-svn]
/
bootrom
/
ldscript-flash
Commit
Line
Data
6658905f
1
SECTIONS
\r
2
{
\r
3
. = 0x00000000;
\r
4
.text : { obj/flash-reset.o(.text) *(.text) }
\r
5
.rodata : { *(.rodata) }
\r
6
. = 0x00200000;
\r
7
.data : { *(.data) }
\r
8
__bss_start__ = .;
\r
9
.bss : { *(.bss) }
\r
10
__bss_end__ = .;
\r
11
}
\r
Impressum
,
Datenschutz