From: Otavio Salvador Date: Thu, 7 Feb 2013 18:01:02 +0000 (-0200) Subject: u-boot-fslc: Update GIT revision for 20130207 snapshot X-Git-Tag: 2.1~1521 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ee830b60db4a31d711cffe387a55c139231bfb29;p=meta-freescale.git u-boot-fslc: Update GIT revision for 20130207 snapshot This adds the upstream fixes released in 2013.01.01 plus a bugfix for iMX6 watchdog's power down bit that fixes the i.MX6Q SabreSD (rev C) reboot loop. Change-Id: If29b8a5c6caf8edb206143fd1ae51776153e3742 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb index 1996731c..cf7af728 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.01.bb @@ -9,8 +9,9 @@ DEPENDS_mxs += "elftosb-native" PROVIDES += "u-boot" PV = "v2013.01" +PR = "r1" -SRCREV = "d55bd2b60645e3331f7b12f9251c1eeada44b505" +SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb index 4e541b12..42acd392 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mxsboot_2013.01.bb @@ -4,8 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" SECTION = "bootloader" PV = "v2013.01" +PR = "r1" -SRCREV = "d55bd2b60645e3331f7b12f9251c1eeada44b505" +SRCREV = "d229fb849bd4b453a08b18f4f8cd00741ef53b1d" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git"