repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.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