payloads/LinuxBoot: Fix remaining issues

* Update kernel versions
* Fix initrd path handling

Change-Id: Ia0641fd0c0db1e47ee4829b73871af662d4a6370
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/28401
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
Philipp Deppenwiese
2018-08-30 23:07:02 +02:00
committed by Patrick Georgi
parent 3b5351d044
commit 9569ebeab8
4 changed files with 13 additions and 12 deletions

View File

@@ -50,12 +50,12 @@ choice
default LINUXBOOT_KERNEL_STABLE
config LINUXBOOT_KERNEL_STABLE
bool "4.15.3"
bool "4.14.67"
help
Stable kernel version
config LINUXBOOT_KERNEL_LATEST
bool "4.17.11"
bool "4.18.5"
help
Latest kernel version
@@ -63,8 +63,8 @@ endchoice
config LINUXBOOT_KERNEL_VERSION
string
default "4.17.11" if LINUXBOOT_KERNEL_LATEST
default "4.15.3" if LINUXBOOT_KERNEL_STABLE
default "4.18.5" if LINUXBOOT_KERNEL_LATEST
default "4.14.67" if LINUXBOOT_KERNEL_STABLE
config LINUXBOOT_KERNEL_CONFIGFILE
string "Kernel config file"