Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
593e9d70fb0f1ece1cf2a61c701dec35d8e41f8d
/
.
/
arch
/
m32r
/
boot
/
compressed
/
vmlinux.scr
blob: 924c7992c55b95fcd82c6c151c2e2ae229175f9d [
file
] [
log
] [
blame
]
SECTIONS
{
.
data
:
{
zimage_data
=
.;
*(.
data
)
zimage_data_end
=
.;
}
zimage_len
=
zimage_data_end
-
zimage_data
;
}