xref: /linux/lib/bootconfig-data.S (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
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:
11