u-boot-boundary/u-boot-script-boundary: update to 86bfe2c (v2014.07)

Update to Boundary Devices U-Boot 2014.07 tree.

Notable updates include:
    Allow override of computed DTB file with 'dtbname' variable
    Force 10/100 mode on Nitrogen6_Lite
    Fix quoting in Nitrogen6_Lite boot script
    Support SD card numbering based on physical path for use with
        newer kernels.

Note that no code changes are present in this bump. All changes
are in the boot scripts, and u-boot-boundary-git is being updated
simply to match versions and streamline download of the sources.

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-11-23 18:15:15 -07:00 committed by Otavio Salvador
parent 4f5b8713c1
commit d6001b0918
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ PROVIDES = "u-boot"
PV = "v2014.07+git${SRCPV}"
SRCREV = "f870252376c47011a78cd8c35fdf904001d6c41e"
SRCREV = "86bfe2c8c65a286f36b42d565e5819d60f5ea639"
SRCBRANCH = "v2014.07-20140914"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"

View File

@ -4,7 +4,7 @@ DEPENDS = "u-boot-mkimage-native"
PV = "v2014.07+git${SRCPV}"
SRCREV = "f870252376c47011a78cd8c35fdf904001d6c41e"
SRCREV = "86bfe2c8c65a286f36b42d565e5819d60f5ea639"
SRCBRANCH = "v2014.07-20140914"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"