diff options
author | Lauren Post <lauren.post@freescale.com> | 2014-12-04 10:29:15 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-07 17:08:28 -0200 |
commit | bd4a989353356f4d7cdb3fd22e13c2c95753936c (patch) | |
tree | bd4a7ac457ad43bc8a979946d35bed4a76263e4c | |
parent | a4373f64c32672a62f5dbe12330e53bf9d708e19 (diff) | |
download | meta-fsl-arm-bd4a989353356f4d7cdb3fd22e13c2c95753936c.tar.gz |
u-boot-imx: Upgrade to 3.10.31-1.1.0_beta2 release
Upgrade to support imx6sxsabresd T01.2 silicon changes
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2014.04.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb index bb48044..5f6c722 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb | |||
@@ -8,9 +8,9 @@ PROVIDES += "u-boot" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta" | 11 | SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta2" |
12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" |
13 | SRCREV = "91cbd4d530f240042d112fc4166a143fa659524b" | 13 | SRCREV = "7ebeb5ba8c3ed067bbf5d0ab885eb0384c7e7f75" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||