From ce49d53af55ec60732f4c1da5731ea2012afd1b4 Mon Sep 17 00:00:00 2001 From: Atanas Bunchev Date: Fri, 21 Jun 2024 15:13:04 +0300 Subject: [PATCH] rpi-u-boot-scr: Boot the kernel image from the selected rootfs partition Signed-off-by: Atanas Bunchev --- .../recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-rauc-raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in b/meta-rauc-raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in index 07ca1ff..de0cefb 100644 --- a/meta-rauc-raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in +++ b/meta-rauc-raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in @@ -41,6 +41,6 @@ else reset fi -fatload mmc 0:1 ${kernel_addr_r} @@KERNEL_IMAGETYPE@@ +load ${BOOT_DEV} ${kernel_addr_r} boot/@@KERNEL_IMAGETYPE@@ if test ! -e mmc 0:1 uboot.env; then saveenv; fi; @@KERNEL_BOOTCMD@@ ${kernel_addr_r} - ${fdt_addr}