]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/arm/boot/bootp/kernel.S
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / arm / boot / bootp / kernel.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2 .globl kernel_start
3kernel_start:
4 .incbin "arch/arm/boot/zImage"
5 .globl kernel_end
6kernel_end:
7 .align 2