Sign in
gfiber
/
uboot
/
armada
/
3fdbd6a4c8bb36de11eeb03baeec8f1a2bced37e
/
.
/
examples
/
api
/
linker.scr
blob: 70506dc222acebdb8d6ff3caeabc1e6fc64d9004 [
file
] [
log
] [
blame
]
OUTPUT_FORMAT
(
"elf32-littlearm"
,
"elf32-bigarm"
,
"elf32-littlearm"
)
OUTPUT_ARCH
(
arm
)
SECTIONS
{
.
=
0X02000000
;
.
text
:
{
*(.
text
)
}
.
data
:
{
*(.
data
)
}
}