xref: /kernel/linux/linux-6.6/lib/bootconfig-data.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/lib/
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

Indexes created Thu Nov 07 10:32:03 CST 2024