projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Change make calls in the cockpit batch files
[proxmark3-svn]
/
bootrom
/
ldscript-flash
1
SECTIONS
2
{
3
. = 0x00000000;
4
.text : { obj/flash-reset.o(.text) *(.text) }
5
.rodata : { *(.rodata) }
6
. = 0x00200000;
7
.data : { *(.data) }
8
__bss_start__ = .;
9
.bss : { *(.bss) }
10
__bss_end__ = .;
11
}
Impressum
,
Datenschutz