From 2c15be179af26811851af3d0c4133e2b5b442625 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 2 Jan 2011 16:58:01 +0100 Subject: [PATCH] omap3.inc: sync with OE Signed-off-by: Koen Kooi --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index d33a599870..36f11b0af5 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 = "r92" +MACHINE_KERNEL_PR = "r97" KERNEL_IMAGETYPE = "uImage"