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/beagleboard | |
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/beagleboard')
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/beagleboard/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig index f6c503c0b6..2292ae23b4 100644 --- a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig +++ b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig @@ -288,7 +288,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 |