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

Update to Boundary Devices U-Boot boot scripts 2014.07 tree.

This update brings the boot scripts in line with the U-Boot
package (u-boot-boundary) and also contains a number of
enhancements:

        - Adds support for 1024x600 panel with Ilitek touch screen
        - nit6xlite: fixes bug in quoting bootargs
        - nitrogen6x: fixes calculation of DTB name for Solo/Dual-Lite
        - nitrogen6x/sabrelite/nitrogen6_max: add disable_giga parameter
        to allow a user to force 10/100 operation of the ethernet port

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-10-27 12:19:07 -07:00 committed by Otavio Salvador
parent 46c9fe7cfb
commit e1085deb3d

View File

@ -2,10 +2,10 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
DEPENDS = "u-boot-mkimage-native" DEPENDS = "u-boot-mkimage-native"
PV = "v2014.01+git${SRCPV}" PV = "v2014.07+git${SRCPV}"
SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5" SRCREV = "f870252376c47011a78cd8c35fdf904001d6c41e"
SRCBRANCH = "v2014.04-20140419" SRCBRANCH = "v2014.07-20140914"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"