Revert "meta-digi-arm: u-boot: use v2015.04 maintenance branch"

The correct U-Boot branch to be used with dey-2.0/master is v2015.04/master, as
it contains the latest development changes (just like dey-2.0/master).

This reverts commit 728619a5bc.
This commit is contained in:
Diaz de Grenu, Jose 2016-07-19 18:03:09 +02:00
parent 3f25006148
commit ebbe0e6d3e
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-cst-native',
PROVIDES += "u-boot" PROVIDES += "u-boot"
SRCBRANCH = "v2015.04/maint" SRCBRANCH = "v2015.04/master"
SRCBRANCH_ccimx6ul = "v2015.04/master"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
# Select internal or Github U-Boot repo # Select internal or Github U-Boot repo