diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-04-18 21:17:51 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-04-18 21:17:51 +0100 |
commit | 4e72309a8e2c2394bfe956864048443d8821171d (patch) | |
tree | f25a174a3daace02535a8ad5e5289fdc08a96e52 /recipes/linux/linux-omap-zoomsync_2.6.32.bb | |
parent | dc17170c1cd3138f575b52dc537b94f47da13a2b (diff) |
linux-omap-zoomsync_2.6.32.bb : enable thumb interwork errata
required so I can boot Ubuntu Lucid using this kernel, Lucid uses thumb2
and hits this bug a lot
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux-omap-zoomsync_2.6.32.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.32.bb b/recipes/linux/linux-omap-zoomsync_2.6.32.bb index 4202c29bd0..b869a8881c 100644 --- a/recipes/linux/linux-omap-zoomsync_2.6.32.bb +++ b/recipes/linux/linux-omap-zoomsync_2.6.32.bb @@ -14,7 +14,7 @@ SRCREV_omapzoom2 = "015cbaf1035cd9a61d33a27de2a22902555db3c5" SRCREV_omapzoom36x = "2e3c681c6228de2a3f8fbb0cfbc940e7ea825a09" -OEV = "oe5" +OEV = "oe6" PE = "1" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc |