diff options
author | 2013-03-27 07:24:14 -0500 | |
---|---|---|
committer | 2013-04-02 02:53:29 -0500 | |
commit | f0e690c7869281708534e531fabdf53f563448dd (patch) | |
tree | 36e054b315129573da36e8745a323c2f4d370354 /recipes-bsp/u-boot | |
parent | 27d7eed988487ae72db27366e34b7f39223b4839 (diff) | |
download | meta-fsl-arm-f0e690c7869281708534e531fabdf53f563448dd.tar.gz meta-fsl-arm-f0e690c7869281708534e531fabdf53f563448dd.tar.bz2 meta-fsl-arm-f0e690c7869281708534e531fabdf53f563448dd.zip |
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>
Diffstat (limited to 'recipes-bsp/u-boot')
-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" DEPENDS_mxs += "elftosb-native" -PR = "r14" +PR = "r15" # Revision of imx_2.6.35_10.12.01 branch SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" @@ -29,12 +29,13 @@ SRC_URI_append_mx6 = " \ file://mx6q_sabresd-Change-default-environment-to-work-with.patch \ " -# Revision of imx_3.0.35_3.0.0 branch -SRCREV_mx6sl = "d4057eba315edbc8335c138c0c9edbe2109ea36e" +# Revision of imx_3.0.35_12.10.02 branch +SRCREV_mx6sl = "27cdce50f9a7fc30d7cff067b420a32e5f2c5959" SRC_URI_append_mx6sl = " \ file://mx6sl_evk-Fix-the-patch-for-the-default-environment-.patch \ " +# Revision of imx_3.0.35_3.0.0 branch SRCREV_mx6dl = "d4057eba315edbc8335c138c0c9edbe2109ea36e" SRC_URI_append_mx6dl = " \ file://mx6dl_sabresd-Change-default-environment-to-work-wit.patch \ |