From 6e4e6207f11e9cdad7310eb15a53d0e653d0a828 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 7 Mar 2021 19:05:24 +0100 Subject: payloads/LinuxBoot/u-root: add boot template to u-root Without the boot template, u-root doesn't include any boot commands. Booting other OS is impossible. Signed-off-by: Alexander Couzens Change-Id: I7d0742d115715eb40e293e2a8711d1ff20d8970a Reviewed-on: https://review.coreboot.org/c/coreboot/+/51331 Reviewed-by: Arthur Heymans Reviewed-by: ron minnich Tested-by: build bot (Jenkins) --- payloads/external/LinuxBoot/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'payloads') diff --git a/payloads/external/LinuxBoot/Kconfig b/payloads/external/LinuxBoot/Kconfig index c2689e1871..a1e4e1fc0b 100644 --- a/payloads/external/LinuxBoot/Kconfig +++ b/payloads/external/LinuxBoot/Kconfig @@ -253,10 +253,10 @@ config LINUXBOOT_UROOT_SHELL config LINUXBOOT_UROOT_COMMANDS string "U-root commands" - default "coreboot-app" + default "boot coreboot-app" help List of additional modules to include, - separated by space. (default "coreboot-app") + separated by space. (default "boot coreboot-app") endif #LINUXBOOT_UROOT -- cgit v1.2.3