mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-12 06:55:51 +00:00
19 lines
607 B
Plaintext
19 lines
607 B
Plaintext
/*
|
|
-----------------------------------------------------------------------------
|
|
This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
|
at your option, any later version. See the LICENSE.txt file for the text of
|
|
the license.
|
|
-----------------------------------------------------------------------------
|
|
Linker script for the ARM binary
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
INCLUDE ../common_arm/ldscript.defs.at91
|
|
INCLUDE ../common_arm/ldscript.common
|
|
|
|
INCLUDE ./ldscript.osimage.phdrs
|
|
|
|
ENTRY(Vector)
|
|
|
|
INCLUDE ./ldscript.osimage.sections
|