From 2a72004cbd4f19d2b72958cb62bf883726b08c43 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Sun, 4 May 2014 07:25:31 -0700 Subject: [PATCH] u-boot-script-boundary: Update to v2014.04 (srcrev 6d00ef4) This patch updates the boot script for Boundary Devices boards to sync with the U-Boot version. The only functional change is commit c0508b4, which enables boot from USB stick. Signed-off-by: Eric Nelson Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb index 9546266..ade4d5a 100644 --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb @@ -4,8 +4,8 @@ DEPENDS = "u-boot-mkimage-native" PV = "v2014.01+git${SRCPV}" -SRCREV = "c4acd1b68c9a843d05aa8cb233843c2689041ef2" -SRCBRANCH = "v2014.01-20140228" +SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847" +SRCBRANCH = "v2014.04-20140419" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git"