]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: fix typo in 2009.08 recipe
authorAndreas Henriksson <andreas.henriksson@endian.se>
Wed, 12 Feb 2014 13:18:42 +0000 (14:18 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2014 13:42:12 +0000 (11:42 -0200)
I noticed SRCBRANCH_mx5 was being specified twice.
The first one should probably be "mxs" instead as the
row below which specifies SRCREV for mxs.

Signed-off-by: Andreas Henriksson <andreas.henriksson@endian.se>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index 2db9db2fc82dcbe2de3b703fd22bcbaa61be48b4..54d666da33ddba251d161f962792447ae31b06f0 100644 (file)
@@ -13,7 +13,7 @@ DEPENDS_mxs += "elftosb-native"
 
 PR = "r15"
 
-SRCBRANCH_mx5 = "imx_v2009.08_10.12.01"
+SRCBRANCH_mxs = "imx_v2009.08_10.12.01"
 SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d"
 
 SRCBRANCH_mx5 = "imx_v2009.08_11.09.01"