]> Git Repo - linux.git/blob - lib/bootconfig-data.S
Linux 6.14-rc3
[linux.git] / lib / bootconfig-data.S
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
7 embedded_bootconfig_data:
8         .incbin "lib/default.bconf"
9         .global embedded_bootconfig_data_end
10 embedded_bootconfig_data_end:
This page took 0.030026 seconds and 4 git commands to generate.