diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-03-27 07:24:14 -0500 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@freescale.com> | 2013-04-02 02:53:29 -0500 |
commit | f0e690c7869281708534e531fabdf53f563448dd (patch) | |
tree | 36e054b315129573da36e8745a323c2f4d370354 | |
parent | 27d7eed988487ae72db27366e34b7f39223b4839 (diff) | |
download | meta-fsl-arm-f0e690c7869281708534e531fabdf53f563448dd.tar.gz |
u-boot-imx (2009.08): Change mx6sl u-boot version to 12.10.02
The latest tested u-boot version for iMX6SL EVK is from
Freescale BSP 12.10.02
Change-Id: Iecfa1f1ba29e93ec6238be4d2e6414542b5f6307
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 18a838c..b2111fc 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | |||
11 | 11 | ||
12 | DEPENDS_mxs += "elftosb-native" | 12 | DEPENDS_mxs += "elftosb-native" |
13 | 13 | ||
14 | PR = "r14" | 14 | PR = "r15" |
15 | 15 | ||
16 | # Revision of imx_2.6.35_10.12.01 branch | 16 | # Revision of imx_2.6.35_10.12.01 branch |
17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" | 17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" |
@@ -29,12 +29,13 @@ SRC_URI_append_mx6 = " \ | |||
29 | file://mx6q_sabresd-Change-default-environment-to-work-with.patch \ | 29 | file://mx6q_sabresd-Change-default-environment-to-work-with.patch \ |
30 | " | 30 | " |
31 | 31 | ||
32 | # Revision of imx_3.0.35_3.0.0 branch | 32 | # Revision of imx_3.0.35_12.10.02 branch |
33 | SRCREV_mx6sl = "d4057eba315edbc8335c138c0c9edbe2109ea36e" | 33 | SRCREV_mx6sl = "27cdce50f9a7fc30d7cff067b420a32e5f2c5959" |
34 | SRC_URI_append_mx6sl = " \ | 34 | SRC_URI_append_mx6sl = " \ |
35 | file://mx6sl_evk-Fix-the-patch-for-the-default-environment-.patch \ | 35 | file://mx6sl_evk-Fix-the-patch-for-the-default-environment-.patch \ |
36 | " | 36 | " |
37 | 37 | ||
38 | # Revision of imx_3.0.35_3.0.0 branch | ||
38 | SRCREV_mx6dl = "d4057eba315edbc8335c138c0c9edbe2109ea36e" | 39 | SRCREV_mx6dl = "d4057eba315edbc8335c138c0c9edbe2109ea36e" |
39 | SRC_URI_append_mx6dl = " \ | 40 | SRC_URI_append_mx6dl = " \ |
40 | file://mx6dl_sabresd-Change-default-environment-to-work-wit.patch \ | 41 | file://mx6dl_sabresd-Change-default-environment-to-work-wit.patch \ |