summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap3.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-22 09:17:28 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-22 19:13:42 +0100
commite62a63e5ffd9ff6e8705b3658f6b6568bbf5e582 (patch)
tree43c4ad88f8a734e4ba5e4938a9daea7bfb7410ca /conf/machine/include/omap3.inc
parent6d60a3e0d2cff60b7b04aab3e51ea808fac61678 (diff)
downloadmeta-ti-e62a63e5ffd9ff6e8705b3658f6b6568bbf5e582.tar.gz
linux 3.0: update to 3.0.14
Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine/include/omap3.inc')
-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 4530ae1d..fc252bab 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 = "r113" 6MACHINE_KERNEL_PR = "r114"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9