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/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git]
/
arch
/
riscv
/
boot
/
loader.S
blob
dcf88cf44dc1810be8d27ca467de079973577a15
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
.align 4
4
.section .payload, "ax", %progbits
5
.globl _start
6
_start:
7
.incbin "arch/riscv/boot/Image"
8