From 15870da5ef893e1e1dafacd34ce7fd9f3525af4b Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Tue, 21 Dec 2010 13:13:37 -0600 Subject: 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 Signed-off-by: Koen Kooi --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') 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" -- cgit 1.2.3-korg