u-boot-boundary: update to f87025237 (v2014.07)

Update to Boundary Devices U-Boot 2014.07 tree.

Notable updates include:
        Switch to v2014.07 release from mainline
        Addition of USB Mass Storage Gadget for programming SD cards/eMMC

Release notes are available in this post:
        http://boundarydevices.com/u-boot-2014-07-release

Specifics (and usage) of USB Mass Storage Gadget are available in
this post:
        http://boundarydevices.com/u-boot-usb-mass-storage-gadget/

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-09-25 13:33:31 -07:00 committed by Otavio Salvador
parent 5a3abb5de9
commit 8f2c0ffc97

View File

@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
PROVIDES = "u-boot"
PV = "v2014.04+git${SRCPV}"
PV = "v2014.07+git${SRCPV}"
SRCREV = "4dfca8881f318f0d346b575ffbe93aa12755c4e9"
SRCBRANCH = "v2014.04-20140419"
SRCREV = "f870252376c47011a78cd8c35fdf904001d6c41e"
SRCBRANCH = "v2014.07-20140914"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"