From a4266691e32d2776ca038a126d1e7b17527ba296 Mon Sep 17 00:00:00 2001 From: Marcello Sylvester Bauer Date: Tue, 6 Nov 2018 12:32:14 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/29510 Reviewed-by: Patrick Rudolph Reviewed-by: Philipp Deppenwiese Tested-by: build bot (Jenkins) --- payloads/external/LinuxBoot/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'payloads/external/LinuxBoot/Kconfig') diff --git a/payloads/external/LinuxBoot/Kconfig b/payloads/external/LinuxBoot/Kconfig index a872d49bf8..ba8b5a6d08 100644 --- a/payloads/external/LinuxBoot/Kconfig +++ b/payloads/external/LinuxBoot/Kconfig @@ -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" -- cgit v1.2.3