Sign in
coral
/
linux-imx
/
7a85d965aa7c81c4cd6e81ca55dca3e15477510f
/
.
/
arch
/
cris
/
boot
/
rescue
/
rescue_v10.lds
blob: e58a53f917287f8d072f2708a607fa79d14b74db [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
MEMORY
{
flash
:
ORIGIN
=
0x00000000
,
LENGTH
=
0x00100000
}
SECTIONS
{
.
text
:
{
stext
=
.
;
*(.
text
)
etext
=
.
;
}
>
flash
.
data
:
{
*(.
data
)
edata
=
.
;
}
>
flash
}