u-boot: Odroid-C2 Adjust dvfs table for high cpu frequency sets

095fdbe290
Allows stable CPU Overclocking up to 1.752GHz
This commit is contained in:
wrxtasy 2018-04-06 12:17:20 +08:00
parent ce567c2840
commit f5ad74f95b

View File

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