162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Embed default bootconfig in the kernel. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci .section .init.rodata, "aw" 662306a36Sopenharmony_ci .global embedded_bootconfig_data 762306a36Sopenharmony_ciembedded_bootconfig_data: 862306a36Sopenharmony_ci .incbin "lib/default.bconf" 962306a36Sopenharmony_ci .global embedded_bootconfig_data_end 1062306a36Sopenharmony_ciembedded_bootconfig_data_end: 11