changed Recovery defconfig to include last version of uboot where the correct GPIO pins are declared for I2C0 for CONFIG_MACH_SUN8I_V3S

This commit is contained in:
Vincent-FK 2020-10-27 08:50:24 +01:00
parent 7072f389d5
commit 11d427e824
1 changed files with 1 additions and 1 deletions

View File

@ -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