diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-22 09:17:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-22 19:13:42 +0100 |
commit | e62a63e5ffd9ff6e8705b3658f6b6568bbf5e582 (patch) | |
tree | 43c4ad88f8a734e4ba5e4938a9daea7bfb7410ca /conf/machine/include/omap3.inc | |
parent | 6d60a3e0d2cff60b7b04aab3e51ea808fac61678 (diff) | |
download | meta-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.inc | 2 |
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" | |||
3 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_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 |
6 | MACHINE_KERNEL_PR = "r113" | 6 | MACHINE_KERNEL_PR = "r114" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 8 | KERNEL_IMAGETYPE = "uImage" |
9 | 9 | ||