mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-boundary: Update to latest v2013.10 release
Update to the Boundary Devices second release of v2013.10 as described in this post: http://boundarydevices.com/u-boot-2013-10-release-2 This release includes support for using the "cpu" and "board" variables to load device tree files in a boot script and has important fixes for the 2GiB variants of the Nitrogen6X and Nitrogen6X-SOM boards. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
This commit is contained in:
parent
3b759b9722
commit
c9121f26e4
|
@ -1,15 +1,15 @@
|
|||
require recipes-bsp/u-boot/u-boot.inc
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
|
||||
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
|
||||
|
||||
PROVIDES = "u-boot"
|
||||
|
||||
PV = "v2013.07+git${SRCPV}"
|
||||
PV = "v2013.10+git${SRCPV}"
|
||||
|
||||
SRCREV = "f89bc066db0569008418fac1a0408a9a57f2232f"
|
||||
SRCBRANCH = "production-before-20131107"
|
||||
SRCREV = "bb725a4b53c7cb5f0c0a28af9af63ae35b2388b2"
|
||||
SRCBRANCH = "v2013.10-20131119"
|
||||
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
Loading…
Reference in New Issue
Block a user