summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-05 15:55:17 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-08 21:08:26 +0200
commit64ee1c77f6e9f007ee79ac02e25a4313995c111d (patch)
tree6e14240074c1dc89e45806f59af99593d3431246 /conf
parent22465583e62fadb0fe019b641c86b13c7510601a (diff)
downloadmeta-ti-64ee1c77f6e9f007ee79ac02e25a4313995c111d.tar.gz
linux-3.0: disable prempt for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/omap3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 9c7e62ea..b9632f2d 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
3require conf/machine/include/tune-cortexa8.inc 3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-omap" 4PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
5# Increase this everytime you change something in the kernel 5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r106" 6MACHINE_KERNEL_PR = "r107"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9