diff options
author | Paul Menzel <paulepanther@users.sourceforge.net> | 2010-03-14 16:47:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:24 +0200 |
commit | 7cfc10d071e491baaabd9af7ab6dc66514cc0756 (patch) | |
tree | ff3325559c276c327c89b2bc9fc3c5e5345b1b12 /conf | |
parent | 0a0c85005906788b65ebb377b2d65d23ad9ef4e9 (diff) |
linux-omap*: compile ext4 support into uImage instead of modules
This allows booting from an ext4 rootfs
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |