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 | |
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')
-rw-r--r-- | recipes/linux/linux-omap-zoomsync-2.6.32/omapzoom2/defconfig | 4 | ||||
-rw-r--r-- | recipes/linux/linux-omap-zoomsync_2.6.32.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap-zoomsync-2.6.32/omapzoom2/defconfig b/recipes/linux/linux-omap-zoomsync-2.6.32/omapzoom2/defconfig index 2560965609..dce02acbc6 100644 --- a/recipes/linux/linux-omap-zoomsync-2.6.32/omapzoom2/defconfig +++ b/recipes/linux/linux-omap-zoomsync-2.6.32/omapzoom2/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32.7 -# Thu Mar 18 21:35:16 2010 +# Sun Apr 18 20:30:13 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -312,7 +312,7 @@ CONFIG_ARM_THUMBEE=y # CONFIG_CPU_BPREDICT_DISABLE is not set CONFIG_HAS_TLS_REG=y CONFIG_ARM_L1_CACHE_SHIFT=6 -# CONFIG_ARM_ERRATA_430973 is not set +CONFIG_ARM_ERRATA_430973=y # CONFIG_ARM_ERRATA_458693 is not set # CONFIG_ARM_ERRATA_460075 is not set CONFIG_COMMON_CLKDEV=y 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 |