projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'omap-for-v5.12/fixes-rc1-signed' of git://git.kernel.org/pub/scm/linux...
[platform/kernel/linux-rpi.git]
/
samples
/
acrn
/
guest.ld
1
/* SPDX-License-Identifier: GPL-2.0 */
2
OUTPUT_FORMAT(binary)
3
SECTIONS
4
{
5
.start : { *(.start) }
6
.text : { *(.text*) }
7
.rodata : { *(.rodata) }
8
.data : { *(.data) }
9
}