From e9a122b15d48afda51abac998d16b673d5e9bc56 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Mon, 5 Oct 2020 08:20:46 +0200 Subject: [PATCH] Switch U-Boot repo to our own --- FunKey/configs/funkey_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/configs/funkey_defconfig b/FunKey/configs/funkey_defconfig index 7221fef..0802cd0 100644 --- a/FunKey/configs/funkey_defconfig +++ b/FunKey/configs/funkey_defconfig @@ -77,7 +77,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="100M" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_GIT=y -BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Lichee-Pi/u-boot" +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/FunKey-Project/u-boot" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="32ab1804cd7c5858be8009e35ca07502dc8765c7" BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/uboot.config"