]> git.ipfire.org Git - thirdparty/linux.git/blame - lib/bootconfig-data.S
Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
[thirdparty/linux.git] / lib / bootconfig-data.S
CommitLineData
a2a9d67a
MH
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Embed default bootconfig in the kernel.
4 */
5 .section .init.rodata, "aw"
6 .global embedded_bootconfig_data
7embedded_bootconfig_data:
8 .incbin "lib/default.bconf"
9 .global embedded_bootconfig_data_end
10embedded_bootconfig_data_end: