projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add fdx-b to cmddata.h
[proxmark3-svn]
/
armsrc
/
ldscript
diff --git
a/armsrc/ldscript
b/armsrc/ldscript
index d0be3b6a0c25d991e0793888f8ea340cbad9fded..840b819643dcb21e49b7fc4159f138706e142fb6 100644
(file)
--- a/
armsrc/ldscript
+++ b/
armsrc/ldscript
@@
-11,8
+11,7
@@
INCLUDE ../common/ldscript.common
PHDRS
{
PHDRS
{
- fpgaimage PT_LOAD FLAGS(4);
- text PT_LOAD;
+ text PT_LOAD FLAGS(5);
data PT_LOAD;
bss PT_LOAD;
}
data PT_LOAD;
bss PT_LOAD;
}
@@
-20,11
+19,6
@@
PHDRS
ENTRY(Vector)
SECTIONS
{
ENTRY(Vector)
SECTIONS
{
- .fpgaimage : {
- *(fpga_lf_bit.data)
- *(fpga_hf_bit.data)
- } >fpgaimage :fpgaimage
-
.start : {
*(.startos)
} >osimage :text
.start : {
*(.startos)
} >osimage :text
@@
-40,6
+34,8
@@
SECTIONS
.rodata : {
*(.rodata)
*(.rodata.*)
.rodata : {
*(.rodata)
*(.rodata.*)
+ *(fpga_lf_bit.data)
+ *(fpga_hf_bit.data)
KEEP(*(.version_information))
} >osimage :text
KEEP(*(.version_information))
} >osimage :text
Impressum
,
Datenschutz