]> Git Repo - J-linux.git/blob - arch/arm/boot/bootp/kernel.S
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / boot / bootp / kernel.S
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
This page took 0.027363 seconds and 4 git commands to generate.