diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-31 18:21:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-31 18:21:25 +0200 |
commit | e808acf97b4feb88554b8e66c4484ad9ffcdd7db (patch) | |
tree | 11de4e21081e5a12ef90ba171fc05cee3a7b04ec /recipes/linux/linux-omap-2.6.29/omap3evm | |
parent | b48e4e380f359631131bebace6e768ebfdefcfd8 (diff) |
linux-omap 2.6.29: disable alignment trapping completely for omap3board
* runtime tested on omapzoom and beagleboard
Diffstat (limited to 'recipes/linux/linux-omap-2.6.29/omap3evm')
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/omap3evm/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/omap3evm/defconfig b/recipes/linux/linux-omap-2.6.29/omap3evm/defconfig index da5a8c4b90..da726718c4 100644 --- a/recipes/linux/linux-omap-2.6.29/omap3evm/defconfig +++ b/recipes/linux/linux-omap-2.6.29/omap3evm/defconfig @@ -298,7 +298,7 @@ CONFIG_ZONE_DMA_FLAG=0 CONFIG_VIRT_TO_BUS=y CONFIG_UNEVICTABLE_LRU=y CONFIG_LEDS=y -CONFIG_ALIGNMENT_TRAP=y +CONFIG_ALIGNMENT_TRAP=n # # Boot options |