From 2f46a1da235ebac1b3ebe6427825797d0b002253 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 13 Sep 2012 10:56:02 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.04.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.40.1