Skip to content

Commit

Permalink
u-boot-imx: Upgrade to 2016.03
Browse files Browse the repository at this point in the history
Support i.MX 6ULL and upgrade to 2016.03 U-Boot

Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
laurenpost authored and otavio committed Oct 10, 2016
1 parent d4c994c commit 7ad6dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
@@ -1,4 +1,5 @@
# Copyright (C) 2014 O.S. Systems Software LTDA.
# Copyright (C) 2014-2016 Freescale Semiconductor

require u-boot-imx_${PV}.bb
require u-boot-mfgtool.inc
Expand Up @@ -8,9 +8,9 @@ PROVIDES += "u-boot"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga"
SRCBRANCH = "imx_v2016.03_4.1.15_2.0.0_ga"
SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
SRCREV = "d7d7c4312b71dd3879fa8640b23f6a5bac30e303"
SRCREV = "0ec2a019117bb2d59b9672a145b4684313d92782"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 7ad6dcc

Please sign in to comment.