summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2012-10-16 14:22:51 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-16 16:37:53 -0300
commit61b23c1f773567bacb39259fb3de7a3174b463e9 (patch)
tree0cbaaedf9d6ea87252391335ce543362d40825e8
parent9f99bf3a5d68f207253cf2989da6703f575d0984 (diff)
downloadmeta-fsl-arm-61b23c1f773567bacb39259fb3de7a3174b463e9.tar.gz
u-boot: Update to newer version
It includes the fix for 1080p HDMI display. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2012.04.01.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index b18920b..400bd38 100644
--- a/recipes-bsp/u-boot/u-boot_2012.04.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2012.04.01.bb
@@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)"
6 6
7DEPENDS_mxs += "elftosb-native" 7DEPENDS_mxs += "elftosb-native"
8 8
9SRCREV = "560b63a4fc0f293ab2bfde015781a8f48f2c24c4" 9SRCREV = "9d6acf7350d76d9bcdba863fe4237f9a85d5e681"
10 10
11PV = "v2012.04.01" 11PV = "v2012.04.01"
12PR = "r5" 12PR = "r6"
13 13
14SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 14SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
15 15