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<oleksii.kurochko@gmail.com>
Reviewed-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>
Signed-off-by: Trevor Woerner <trevor.woerner@amd.com>
This commit is contained in:
Trevor Woerner 2024-12-11 22:29:40 -05:00 committed by Trevor Woerner
parent 08f9c34e10
commit 1cdcb49603

View File

@ -2,10 +2,6 @@ require u-boot-rockchip.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 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" SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg"
DEPENDS:append:rk3308 = " u-boot-tools-native" DEPENDS:append:rk3308 = " u-boot-tools-native"