diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 10:56:02 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 14:08:20 -0300 |
commit | 7c1ef205d466ea08c6419000d65e699030ffa3fa (patch) | |
tree | bf2d502efd98def3199bf5f4758066d07029718d | |
parent | 2c9ad5e3f9150165a7f9146fa4a9cc919bfd0879 (diff) | |
download | meta-fsl-arm-7c1ef205d466ea08c6419000d65e699030ffa3fa.tar.gz |
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 <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2012.04.01.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/recipes-bsp/u-boot/u-boot_2012.04.01.bb index 82c79bb..b18920b 100644 --- a/recipes-bsp/u-boot/u-boot_2012.04.01.bb +++ b/recipes-bsp/u-boot/u-boot_2012.04.01.bb | |||
@@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" | |||
6 | 6 | ||
7 | DEPENDS_mxs += "elftosb-native" | 7 | DEPENDS_mxs += "elftosb-native" |
8 | 8 | ||
9 | SRCREV = "4e6e82429c127d6084b3a3cde5f2f2c4ea63440b" | 9 | SRCREV = "560b63a4fc0f293ab2bfde015781a8f48f2c24c4" |
10 | 10 | ||
11 | PV = "v2012.04.01" | 11 | PV = "v2012.04.01" |
12 | PR = "r4" | 12 | PR = "r5" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 14 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
15 | 15 | ||