Skip to content

Commit 9b62661

Browse files
committed
u-boot: drop Rockchip specific sources
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
1 parent 1302609 commit 9b62661

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

packages/tools/u-boot/package.mk

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,17 @@
33
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="u-boot"
6+
PKG_VERSION="2026.01"
7+
PKG_SHA256="b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54"
68
PKG_ARCH="arm aarch64"
79
PKG_LICENSE="GPL"
810
PKG_SITE="https://www.denx.de/wiki/U-Boot"
11+
PKG_URL="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
912
PKG_DEPENDS_TARGET="toolchain openssl:host pkg-config:host Python3:host swig:host pyelftools:host"
1013
PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems."
1114

1215
PKG_STAMP="${UBOOT_SYSTEM} ${UBOOT_TARGET}"
1316

14-
case ${PROJECT} in
15-
Rockchip)
16-
PKG_VERSION="2025.10" # plus Kwiboo changes for RK3576 support
17-
PKG_SHA256="b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a"
18-
PKG_URL="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
19-
;;
20-
*)
21-
PKG_VERSION="2026.01"
22-
PKG_SHA256="b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54"
23-
PKG_URL="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
24-
;;
25-
esac
26-
2717
[ -n "${KERNEL_TOOLCHAIN}" ] && PKG_DEPENDS_TARGET+=" gcc-${KERNEL_TOOLCHAIN}:host"
2818

2919
if [ -n "${UBOOT_FIRMWARE}" ]; then

0 commit comments

Comments
 (0)