summaryrefslogtreecommitdiff
path: root/payloads/external/LinuxBoot/Kconfig
diff options
context:
space:
mode:
authorMarcello Sylvester Bauer <info@marcellobauer.com>2018-11-06 12:32:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 10:01:20 +0000
commita4266691e32d2776ca038a126d1e7b17527ba296 (patch)
treedd6836ed74fb2804c7a29fc379ef86835506e70d /payloads/external/LinuxBoot/Kconfig
parent9d917f67fe2460568ad849d2d333b9eec8397921 (diff)
downloadcoreboot-a4266691e32d2776ca038a126d1e7b17527ba296.tar.xz
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>
Diffstat (limited to 'payloads/external/LinuxBoot/Kconfig')
-rw-r--r--payloads/external/LinuxBoot/Kconfig4
1 files changed, 2 insertions, 2 deletions
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"