![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Embed default bootconfig in the kernel. 0004 */ 0005 .section .init.rodata, "aw" 0006 .global embedded_bootconfig_data 0007 embedded_bootconfig_data: 0008 .incbin "lib/default.bconf" 0009 .global embedded_bootconfig_data_end 0010 embedded_bootconfig_data_end:
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |