Back to home page

OSCL-LXR

 
 

    


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: