summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-04 18:08:22 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:06:07 +0200
commit57ea7546d52f56e1ed150ac0d6143d0472240d37 (patch)
tree59199bd1b31c6d2c3528bfa9f04cf875bc641d61
parentb58f0c99c8cc959dbe7dfd8e990ca5f5b0e19c2b (diff)
u-boot: use latest from git
While at it remove warning about stripped fw_printenv binary when building u-boot-toradex-fsl-fw-utils.
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
index 78bc4ff..167740e 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
@@ -10,9 +10,9 @@ PR = "r0"
S = "${WORKDIR}/git"
-SRCREV_colibri-vf = "a75dd7f7df968300e0213ff7f8cbc987df344d4c"
+SRCREV_colibri-vf = "98ec78b1f28627e6d09972e2b1237c2ef8f161d9"
SRCBRANCH_colibri-vf = "2015.04-toradex-next"
-SRCREV_mx6 = "a75dd7f7df968300e0213ff7f8cbc987df344d4c"
+SRCREV_mx6 = "98ec78b1f28627e6d09972e2b1237c2ef8f161d9"
SRCBRANCH_mx6 = "2015.04-toradex-next"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}"