From 6c3871ea5b0ec358e978814b5b38cef40d8dcbbc Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Mon, 30 Jun 2014 11:30:43 +0200 Subject: [PATCH] u-boot-script-boundary: Update to aed947536 This fixes quoting in a setenv. The wrong quoting was preventing the device from booting. Signed-off-by: Christoph Settgast Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ade4d5aa..b39d9631 100644 --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb @@ -4,7 +4,7 @@ DEPENDS = "u-boot-mkimage-native" PV = "v2014.01+git${SRCPV}" -SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847" +SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5" SRCBRANCH = "v2014.04-20140419" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"