aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap_2.6.29.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-31 18:21:25 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-31 18:21:25 +0200
commite808acf97b4feb88554b8e66c4484ad9ffcdd7db (patch)
tree11de4e21081e5a12ef90ba171fc05cee3a7b04ec /recipes/linux/linux-omap_2.6.29.bb
parentb48e4e380f359631131bebace6e768ebfdefcfd8 (diff)
downloadopenembedded-e808acf97b4feb88554b8e66c4484ad9ffcdd7db.tar.gz
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.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.29.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index f5c20ba99a..a74bd62cac 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1"
SRCREV = "90e758af52ba803cba233fabee81176d99589f09"
-PR = "r2+gitr${SRCREV}"
+PR = "r3+gitr${SRCREV}"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"
@@ -22,6 +22,8 @@ SRC_URI_append = " \
file://fix-install.patch;patch=1 \
file://DSS2.diff;patch=1 \
file://0001-board-ldp-add-regulator-info-to-get-the-microSD-slo.patch;patch=1 \
+ file://fix-unaligned-access.diff;patch=1 \
+ file://make-alignment-visible.diff;patch=1 \
"