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
Linux 5.6.13
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
bootp
/
kernel.S
blob
dc6236c173d241267021eed2245434e2826ad077
1
/* SPDX-License-Identifier: GPL-2.0 */
2
.globl kernel_start
3
kernel_start:
4
.incbin "arch/arm/boot/zImage"
5
.globl kernel_end
6
kernel_end:
7
.align 2