From 419ef2b29286bb5171b05dc9b34ecebb23981445 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 11 Dec 2008 12:39:54 +0100 Subject: [PATCH] beagleboard: move to linux-omap kernel, version 2.6.27 * This gives us proper XV support, DSP support and SGX support --- conf/machine/beagleboard.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 600f2aa373..3204ee87d9 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -27,8 +27,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork SERIAL_CONSOLE = "115200 ttyS2" -# No kernel recipe yet -PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" KERNEL_IMAGETYPE = "uImage" -- 2.39.5