u-boot-toradex: fix typo in version number

The update to v2.5b2 introduced the Toradex BSP version number to
the U-Boot version string. However, accidentially the previous
version number has been used.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Stefan Agner 2015-12-02 09:48:19 -08:00 committed by Otavio Salvador
parent ba81371c35
commit ad90ca9845

View File

@ -1,6 +1,6 @@
include u-boot-toradex.inc
PV = "v2015.04-v2.5b1+git${SRCPV}"
PV = "v2015.04-v2.5b2+git${SRCPV}"
SRCREV = "1ef4a29e8cea0239411dde64f9617ad76248fd02"
SRCBRANCH = "2015.04-toradex"