From 601531c8057f9bfff4e498c95eaa788508067a6e Mon Sep 17 00:00:00 2001 From: Anil kumar M Date: Mon, 20 Dec 2010 19:55:55 +0530 Subject: linux-omap-psp-2.6.32:add patch for am3517-crane board support * This patch adds linnux-omap-psp kernel support for am3517-crane board. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M Signed-off-by: Koen Kooi --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 10fa61324a..9118ca3242 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 = "r93" +MACHINE_KERNEL_PR = "r94" KERNEL_IMAGETYPE = "uImage" -- cgit 1.2.3-korg