Sign in
nest-open-source
/
nest-learning-thermostat
/
5.6
/
linux-imx
/
refs/heads/master
/
.
/
arch
/
cris
/
boot
/
rescue
/
rescue_v10.lds
blob: 0b52a9490db65618f77d532fd758d328128718e0 [
file
] [
log
] [
blame
] [
edit
]
MEMORY
{
flash
:
ORIGIN
=
0x00000000
,
LENGTH
=
0x00100000
}
SECTIONS
{
.
text
:
{
stext
=
.
;
*(.
text
)
etext
=
.
;
}
>
flash
.
data
:
{
*(.
data
)
edata
=
.
;
}
>
flash
}