From 1cdcb496037474cffd7b6a716eefc2814f1e105c Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 11 Dec 2024 22:29:40 -0500 Subject: [PATCH] u-boot: use upstream for radxa-zero-3{e|w} Upstream U-Boot 2024.10 (the latest release supported by Yocto) has support for radxa-zero-3{e|w}. Therefore switch away from the fork where the initial U-Boot development for this board had been added. Reported-by: Oleksii Kurochko Reviewed-by: Oleksii Kurochko Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot_%.bbappend | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 06ba6d5..08e1730 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -2,10 +2,6 @@ require u-boot-rockchip.inc FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo" -SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c" -SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c" - SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg" DEPENDS:append:rk3308 = " u-boot-tools-native"