Merge pull request #2633 from wrxtasy/LE8-C2-uboot

u-boot: Odroid-C2 Adjust dvfs table for high cpu frequency sets
This commit is contained in:
Christian Hewitt 2018-04-08 07:28:31 +05:30 committed by GitHub
commit 5d2db97d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

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"