From 706a5b1406a0af3c60fe45a1fb005a9243f14c9f Mon Sep 17 00:00:00 2001 From: Balaji Selvanathan Date: Mon, 14 Sep 2026 11:01:40 +0530 Subject: [PATCH] u-boot-qcom: update SRCREV to latest qcom-next commit Bump SRCREV from 94cbcc22f2b3 to 5ec66cb5c3f2, pulling in the latest fixes and updates from the Qualcomm u-boot tree. Changelog: - Bug fix in scsi_scan - Disable watchdog autostart by default in U-Boot - Cleanup of warnings in boot logs Signed-off-by: Balaji Selvanathan --- recipes-bsp/u-boot/u-boot-qcom_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-qcom_git.bb b/recipes-bsp/u-boot/u-boot-qcom_git.bb index bcc340450..b642f35d3 100644 --- a/recipes-bsp/u-boot/u-boot-qcom_git.bb +++ b/recipes-bsp/u-boot/u-boot-qcom_git.bb @@ -7,8 +7,8 @@ COMPATIBLE_MACHINE:aarch64 = "(qcom)" PV = "2026.07+2026.10-rc1+git" -# tag: qcom-next-v2026.07-20260903 -SRCREV = "94cbcc22f2b357218b2a599c3be559718e92b7df" +# tag: qcom-next-v2026.10-rc1-20260915 +SRCREV = "5ec66cb5c3f29e2da1f55464109cae3fe8545b69" SRCBRANCH = "nobranch=1" SRC_URI = "git://github.com/qualcomm-linux/u-boot.git;${SRCBRANCH};protocol=https;name=uboot"