u-boot-boundary: update to v2014.04 (srcrev 6d00ef4)

This patch updates U-Boot for Boundary Devices Nitrogen6x and
Nitrogen6_Lite boards to sync with the v2014.04 release from
up-stream.

This isn't a major release and upgrading isn't critical.

Release notes are on-line in this post:
	http://boundarydevices.com/u-boot-2014-04-release-mx6/

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Eric Nelson 2014-05-01 15:46:49 -07:00 committed by Otavio Salvador
parent 0907ee7377
commit c1e5aef5ca

View File

@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
PROVIDES = "u-boot"
PV = "v2014.01+git${SRCPV}"
PV = "v2014.04+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"