summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2013-06-27 16:44:26 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-06-27 15:15:53 -0300
commitdbf390a783ac8f8e0280bb3d5b549ecd6d5a4f12 (patch)
treeaa896fe8b2ffbf941981c46a7a347425c92a0b83
parent42ace2971e25eba042a1058358ffc84722794f67 (diff)
downloadmeta-fsl-arm-dylan-next.tar.gz
linux-fslc: Update 3.8 to include some fixesdylan-next
The fixes included are: ASoC: pcm: Require both CODEC and CPU support when declaring stream caps ASoC: mxs: mxs-saif: Split mxs_saif_dai into two elements ARM: mxs: Pass the system revision ARM: mxs: Print silicon version on boot ARM: dt: Use the 'model' field for printing the hardware revision Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-kernel/linux/linux-fslc_3.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_3.8.bb b/recipes-kernel/linux/linux-fslc_3.8.bb
index 9c66ef4..024b752 100644
--- a/recipes-kernel/linux/linux-fslc_3.8.bb
+++ b/recipes-kernel/linux/linux-fslc_3.8.bb
@@ -7,6 +7,6 @@ PV = "3.8+git${SRCPV}"
7PR = "r5" 7PR = "r5"
8 8
9# patches-3.8 9# patches-3.8
10SRCREV = "8a197c14157aca439ce104e4bf6cd12076f81630" 10SRCREV = "72053409242244eaa59497e665945ddeea69c397"
11 11
12COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" 12COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"