From 7cfc10d071e491baaabd9af7ab6dc66514cc0756 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 14 Mar 2010 16:47:53 +0100 Subject: linux-omap*: compile ext4 support into uImage instead of modules This allows booting from an ext4 rootfs 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 6e3b86fc17..9a13f8799e 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" 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 = "r66" +MACHINE_KERNEL_PR = "r67" KERNEL_IMAGETYPE = "uImage" -- cgit v1.2.3