Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
fe98a52ce7540fb3a19d57488a08864110cf4d5c
/
.
/
arch
/
cris
/
arch-v32
/
boot
/
rescue
/
rescue.ld
blob: 42b11aa122b21d87cf6c6d94298419f615899d14 [
file
] [
log
] [
blame
]
MEMORY
{
flash
:
ORIGIN
=
0x00000000
,
LENGTH
=
0x00100000
}
SECTIONS
{
.
text
:
{
stext
=
.
;
*(.
text
)
etext
=
.
;
}
>
flash
.
data
:
{
*(.
data
)
edata
=
.
;
}
>
flash
}