Sign in
gem5
/
arm
/
linux
/
e08b1877452a0055c65f6394163ce5a0fbd720a3
/
.
/
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
}