Sign in
googlers
/
maze
/
linux
/
3b4694de3596edac0159524b15a4a06945875421
/
.
/
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
}