repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
riscv
/
boot
/
loader.lds.S
blob
62d94696a19c71366d287b7ac286606b43e8bee7
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#include <asm/page.h>
4
#include <asm/pgtable.h>
5
6
OUTPUT_ARCH(riscv)
7
ENTRY(_start)
8
9
SECTIONS
10
{
11
. = KERNEL_LINK_ADDR;
12
13
.payload : {
14
*(.payload)
15
. = ALIGN(8);
16
}
17
}