From f5ad74f95b709904da6723ececeb8dc19fed17c7 Mon Sep 17 00:00:00 2001 From: wrxtasy Date: Fri, 6 Apr 2018 12:17:20 +0800 Subject: [PATCH] u-boot: Odroid-C2 Adjust dvfs table for high cpu frequency sets https://github.com/hardkernel/u-boot/commit/095fdbe2906dd7d1d208a8e33b70171dc2d8bf16 Allows stable CPU Overclocking up to 1.752GHz --- packages/tools/u-boot/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tools/u-boot/package.mk b/packages/tools/u-boot/package.mk index c635c87f2c..f81bd6dbe3 100644 --- a/packages/tools/u-boot/package.mk +++ b/packages/tools/u-boot/package.mk @@ -27,7 +27,7 @@ if [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then PKG_SOURCE_DIR="$PKG_NAME-imx6-${PKG_COMMIT}*" [ -n "$UBOOT_CONFIG_V2" ] && PKG_DEPENDS_TARGET="toolchain u-boot-v2" elif [ "$UBOOT_VERSION" = "hardkernel" ]; then - PKG_VERSION="6e4e886" + PKG_VERSION="095fdbe" PKG_SITE="https://github.com/hardkernel/u-boot" PKG_URL="https://github.com/hardkernel/u-boot/archive/$PKG_VERSION.tar.gz" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET gcc-linaro-aarch64-elf:host gcc-linaro-arm-eabi:host"