u-boot: update to u-boot-imx6-cuboxi-efc4835

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-02-05 20:21:13 +01:00
parent 0d5ea65ae8
commit f5dd14812c

View File

@ -22,7 +22,7 @@ if [ "$UBOOT_VERSION" = "default" ]; then
PKG_SITE="http://www.denx.de/wiki/U-Boot/WebHome"
PKG_URL="ftp://ftp.denx.de/pub/u-boot/$PKG_NAME-$PKG_VERSION.tar.bz2"
elif [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then
PKG_VERSION="imx6-cuboxi-920ea0f"
PKG_VERSION="imx6-cuboxi-efc4835"
PKG_SITE="http://imx.solid-run.com/wiki/index.php?title=Building_the_kernel_and_u-boot_for_the_CuBox-i_and_the_HummingBoard"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
fi