From 7565ef3e4a53f715f16bdf6237061bcb9d6da33b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Jun 2010 12:39:37 +0000 Subject: omap5912osk: Use 2.6.34 as PREFERRED_KERNEL * TMPFS is disabled it does not boot with tmpfs. needs to be investigated. Signed-off-by: Khem Raj --- conf/machine/omap5912osk.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index 9fcd76e87f..4989a33e9d 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -5,7 +5,8 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap" +PREFERRED_PROVIDER_virtual/kernel = "linux" +KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT="0x10c08000" -- cgit v1.2.3