Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ecca894374699ee2ea42cb5f10e6af66d51bc4b6
/
.
/
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
}