From 11d427e82480150a998035208371cf75944f9384 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Tue, 27 Oct 2020 08:50:24 +0100 Subject: [PATCH] changed Recovery defconfig to include last version of uboot where the correct GPIO pins are declared for I2C0 for CONFIG_MACH_SUN8I_V3S --- Recovery/configs/recovery_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recovery/configs/recovery_defconfig b/Recovery/configs/recovery_defconfig index 3acc9fa..6ce9759 100644 --- a/Recovery/configs/recovery_defconfig +++ b/Recovery/configs/recovery_defconfig @@ -62,7 +62,7 @@ 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/FunKey-Project/u-boot" -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="1b018a310da81c24afac5364d38b345c0b33583c" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="e2bc809017f1226c47cca924befcaa7d7e0fdbea" BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_RECOVERY_PATH)/board/funkey/uboot.config" BR2_TARGET_UBOOT_NEEDS_DTC=y