From 4ad0fe50b450f778a222db19ebdb535ecaa69df3 Mon Sep 17 00:00:00 2001 From: Muhammed Efe Cetin Date: Sun, 25 May 2025 00:25:29 +0300 Subject: [PATCH] khadas-edge2: fix uboot --- config/boards/khadas-edge2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/khadas-edge2.conf b/config/boards/khadas-edge2.conf index d64f74aca5..b7068d5048 100644 --- a/config/boards/khadas-edge2.conf +++ b/config/boards/khadas-edge2.conf @@ -33,7 +33,7 @@ function post_family_config__uboot_kedge2() { display_alert "$BOARD" "Configuring ($BOARD) u-boot" "info" declare -g BOOTSOURCE='https://github.com/khadas/u-boot.git' - declare -g BOOTBRANCH='branch:khadas-edges-v2017.09' + declare -g BOOTBRANCH="commit:df276095a29a02f8e7ce4f451770c06486106594" declare -g BOOTPATCHDIR="legacy/u-boot-khadas-edge2-rk3588" declare -g BOOTCONFIG="khadas-edge2-rk3588s_defconfig" declare -g SRC_EXTLINUX="yes" # For now, use extlinux. Thanks Monka