u-boot-script-boundary: update to match v2014.01 release

The only difference in the boot script for this release is
the inclusion of support for reading environment variables
through uEnv.txt at the start of the boot script.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
This commit is contained in:
Eric Nelson 2014-03-04 18:11:03 -07:00 committed by Otavio Salvador
parent 0adcbf1b54
commit ce114d5a71

View File

@ -2,10 +2,10 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
DEPENDS = "u-boot-mkimage-native"
PV = "v2013.10+git${SRCPV}"
PV = "v2014.01+git${SRCPV}"
SRCREV = "30a8005a20e73ef963ba056d8835ab1bb8dcb77a"
SRCBRANCH = "v2013.10-20131119"
SRCREV = "c4acd1b68c9a843d05aa8cb233843c2689041ef2"
SRCBRANCH = "v2014.01-20140228"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"