public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] u-boot-script: Adjust to new kernel filename
@ 2021-03-27  8:28 Jan Kiszka
  2021-04-08  6:29 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2021-03-27  8:28 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

From: Jan Kiszka <jan.kiszka@siemens.com>

Fixes: d6954739fe43 ("linux-custom: Fix decompressed kernel name for arm64")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Seems we are lacking tests that do complete boot sequences, at least for 
arm64 boards.

 meta/recipes-bsp/u-boot-script/files/update-u-boot-script | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
index 39989a89..40d31081 100755
--- a/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
+++ b/meta/recipes-bsp/u-boot-script/files/update-u-boot-script
@@ -18,11 +18,7 @@ BOOT_CMD=$(mktemp)
 KERNEL_VERSION=$(linux-version list | linux-version sort --reverse | head -1)
 
 case $(uname -m) in
-	aarch64)
-		KERNEL_FILE="vmlinuz"
-		BOOT="booti"
-		;;
-	mips|riscv64)
+	aarch64|mips|riscv64)
 		KERNEL_FILE="vmlinux"
 		BOOT="booti"
 		;;
-- 
2.26.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-08  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  8:28 [PATCH] u-boot-script: Adjust to new kernel filename Jan Kiszka
2021-04-08  6:29 ` Jan Kiszka
2021-04-08  8:16   ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox