diff options
author | 2013-07-10 09:34:50 -0300 | |
---|---|---|
committer | 2013-07-10 09:35:48 -0300 | |
commit | 5398e59900cfceb995f924bd06dc8e3801599767 (patch) | |
tree | 4c3fb301ef7c3da9718ed1868be2ab2edcd78b94 | |
parent | 30f65ca2688a4c94f9790968fa2a8408e8e50a34 (diff) | |
download | meta-fsl-arm-5398e59900cfceb995f924bd06dc8e3801599767.tar.gz meta-fsl-arm-5398e59900cfceb995f924bd06dc8e3801599767.tar.bz2 meta-fsl-arm-5398e59900cfceb995f924bd06dc8e3801599767.zip |
linux-imx (3.0.35): Update git revision to 08814d9
The following patches are included:
08814d9 ARM: 7670/1: fix the memset fix
b38a054 ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations
Change-Id: I16c3c960bfe6ccf27565274fcc026142de4dc815
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-imx_3.0.35.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 245756d..043cb57 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -8,6 +8,6 @@ PR = "${INC_PR}.14" COMPATIBLE_MACHINE = "(mx6)" # Revision of 4.0.0 branch -SRCREV = "36947b7fbbf84e5bb7c98baed3af2a683e828b94" +SRCREV = "08814d923d74509cfaab96c1eb121f4bf961d942" LOCALVERSION = "-4.0.0+yocto" SRC_URI += "file://arm-mach-mx6-fix-pll4-set_rate-callback.patch" |