blob: ef85ba1a82f4a319d025f0ba1ccc82e8e5d28755 [file] [log] [blame]
Masami Hiramatsua2a9d672022-04-06 11:31:19 +09001/* 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: