u-boot-toradex: Update to version 2020.07

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2020-12-03 14:58:08 -03:00 committed by Otavio Salvador
parent a086aeb1b0
commit 5c3c5fbccd
3 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ DEPENDS += "flex-native bison-native"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH}"
SRCREV = "8f0e253cbceb940a3540e9ce73279a3e9a5a8528"
SRCBRANCH = "toradex_2019.07"
SRCREV = "51b7d2f591d32916a3addab0193d07bbacb34aad"
SRCBRANCH = "toradex_2020.07"
S = "${WORKDIR}/git"
PV = "2019.07+git${SRCPV}"
PV = "2020.07+git${SRCPV}"
PACKAGE_ARCH = "${MACHINE_ARCH}"