]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: Fix mx28evk bootargs
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 13:56:02 +0000 (10:56 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 17:08:20 +0000 (14:08 -0300)
Without this patch console=${console_mainline} is never evaluated and
we get console=${console_mainline} in the bootargs which leads to no
kernel boot log on the serial console.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb

index 82c79bbdb1583173241a6dad623fc746422f70e5..b18920b77309627ad79de0d27a38a3f8b8c4447d 100644 (file)
@@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)"
 
 DEPENDS_mxs += "elftosb-native"
 
-SRCREV = "4e6e82429c127d6084b3a3cde5f2f2c4ea63440b"
+SRCREV = "560b63a4fc0f293ab2bfde015781a8f48f2c24c4"
 
 PV = "v2012.04.01"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"