Sign in
gem5
/
arm
/
linux-arm64-legacy
/
4c834452aad01531db949414f94f817a86348d59
/
.
/
arch
/
cris
/
boot
/
rescue
/
rescue_v10.lds
blob: 0b52a9490db65618f77d532fd758d328128718e0 [
file
] [
log
] [
blame
]
MEMORY
{
flash
:
ORIGIN
=
0x00000000
,
LENGTH
=
0x00100000
}
SECTIONS
{
.
text
:
{
stext
=
.
;
*(.
text
)
etext
=
.
;
}
>
flash
.
data
:
{
*(.
data
)
edata
=
.
;
}
>
flash
}