Skip to content

Commit

Permalink
rpi-u-boot-scr: Boot the kernel image from the selected rootfs partition
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Bunchev <[email protected]>
  • Loading branch information
Atanas Bunchev authored and ejoerns committed Jun 25, 2024
1 parent 5dbba7e commit ce49d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit ce49d53

Please sign in to comment.