mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-14 20:35:04 +00:00
Fix minor consistency issue in armsrc/ldscript
BSS should be AT>ram (though it really doesn't matter because load size is 0)
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ SECTIONS
|
||||
*(.bss.*)
|
||||
. = ALIGN(4);
|
||||
__bss_end__ = .;
|
||||
} >ram :bss
|
||||
} >ram AT>ram :bss
|
||||
|
||||
.commonarea (NOLOAD) : {
|
||||
*(.commonarea)
|
||||
|
||||
Reference in New Issue
Block a user