blob: 59082e71d6b8e4d260ab990b2215861b274e999e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SPDX-License-Identifier: GPL-2.0-only
config OCP_VPD
bool
default n
depends on VPD
help
It implements functions that get common VPD variables for OCP projects.
config LINUXPAYLOAD_CMDLINE_VPD_OVERWRITE
bool
default n
depends on VPD
help
Overwrite Linux payload's kernel command line by using VPD. Currently only
overwrite the value of kernel command line 'loglevel'. The Linux kernel command
line data is detected in the last segment loaded in memory and overwritten.
|