From: Otavio Salvador Date: Thu, 13 Sep 2012 13:56:02 +0000 (-0300) Subject: u-boot: Fix mx28evk bootargs X-Git-Tag: 2.1~1720^2~4 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2f46a1da235ebac1b3ebe6427825797d0b002253;p=meta-freescale.git u-boot: Fix mx28evk bootargs 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 Acked-by: Rogerio Pimentel --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb index 82c79bbd..b18920b7 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb @@ -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"