Linux/Linuxboot: share cmdline and initrd parser
Merge the command-line and initramfs parser from 'a linux payload' and 'LinuxBoot'. GOAL: merge 'a Linux payload' and 'LinuxBoot' Change-Id: I2d2aef5d07453b98e115af6ee06318c690def785 Signed-off-by: Marcello Sylvester Bauer <info@marcellobauer.com> Reviewed-on: https://review.coreboot.org/29510 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
9d917f67fe
commit
a4266691e3
4
payloads/external/LinuxBoot/Kconfig
vendored
4
payloads/external/LinuxBoot/Kconfig
vendored
@@ -73,7 +73,7 @@ config LINUXBOOT_KERNEL_CONFIGFILE
|
||||
Add your own kernel configuration file. Otherwise a default
|
||||
minimal defconfig is used.
|
||||
|
||||
config LINUXBOOT_KERNEL_COMMANDLINE
|
||||
config LINUX_COMMAND_LINE
|
||||
string "Kernel command-line"
|
||||
default ""
|
||||
help
|
||||
@@ -128,7 +128,7 @@ config LINUXBOOT_UROOT_FILES
|
||||
Path to directory containing root structure for embedding into the
|
||||
initramfs.
|
||||
|
||||
config PAYLOAD_USERSPACE
|
||||
config LINUX_INITRD
|
||||
string
|
||||
default "payloads/external/LinuxBoot/linuxboot/initramfs.cpio.xz"
|
||||
|
||||
|
Reference in New Issue
Block a user