projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn]
/
armsrc
/
ldscript
diff --git
a/armsrc/ldscript
b/armsrc/ldscript
index 6175564dceff930950c4b272d3b60536cc1cbda2..34da26bcdfd8cee58e6bfa99cb6bfb4c57eb59af 100644
(file)
--- a/
armsrc/ldscript
+++ b/
armsrc/ldscript
@@
-24,6
+24,7
@@
SECTIONS
} >osimage :text
.text : {
} >osimage :text
.text : {
+ KEEP(*(stage1_image))
*(.text)
*(.text.*)
*(.eh_frame)
*(.text)
*(.text.*)
*(.eh_frame)
@@
-36,11
+37,11
@@
SECTIONS
*(.rodata.*)
*(fpga_all_bit.data)
KEEP(*(.version_information))
*(.rodata.*)
*(fpga_all_bit.data)
KEEP(*(.version_information))
+ . = ALIGN(8);
} >osimage :text
} >osimage :text
- . = ALIGN(4);
-
.data : {
.data : {
+ KEEP(*(compressed_data))
*(.data)
*(.data.*)
*(.ramfunc)
*(.data)
*(.data.*)
*(.ramfunc)
Impressum
,
Datenschutz