]> Git Repo - J-linux.git/blob - arch/arm/boot/compressed/piggy.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 / compressed / piggy.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2         .section .piggydata, "a"
3         .globl  input_data
4 input_data:
5         .incbin "arch/arm/boot/compressed/piggy_data"
6         .globl  input_data_end
7 input_data_end:
This page took 0.028639 seconds and 4 git commands to generate.