From a9234023e22f7c3598cdd9d69c638888d0d8e6e5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 1 Jan 2011 15:34:17 +0100 Subject: [PATCH] omap3: bump MACHINE_KERNEL_PR 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 1c0fb037f0..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 = "r96" +MACHINE_KERNEL_PR = "r97" KERNEL_IMAGETYPE = "uImage" -- 2.39.5