aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2010-12-21 13:13:37 -0600
committerKoen Kooi <koen@openembedded.org>2011-01-06 16:42:24 +0100
commit15870da5ef893e1e1dafacd34ce7fd9f3525af4b (patch)
tree384c6bfe122367bd91ea7ac4d5833173752c0806 /conf/machine
parent4826988d6f821960381bc4c475c18282e2e8f370 (diff)
downloadopenembedded-15870da5ef893e1e1dafacd34ce7fd9f3525af4b.tar.gz
linux-omap-psp: add OCF support
* Add a patch to put OCF support into the linux-omap-psp kernel * Add support to the defconfig file for am37x-evm for OCF * Bump the MACHINE_KERNEL_PR Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf/machine')
-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 36f11b0af5..9bcfe483e1 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -4,7 +4,7 @@ TARGET_ARCH = "arm"
require conf/machine/include/tune-cortexa8.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r97"
+MACHINE_KERNEL_PR = "r98"
KERNEL_IMAGETYPE = "uImage"