From: David-John Willis Date: Sun, 2 May 2010 22:46:28 +0000 (+0100) Subject: omap3-pandora-kernel: Bump SRCREV to kernel that supports NAND DMA modes. X-Git-Tag: Release-2010-05/1~14^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=228e5f9885176efdfb0d2772e51930c3658dda3b;hp=2267329ba066f939b64892d01a9033fa763f56f5 omap3-pandora-kernel: Bump SRCREV to kernel that supports NAND DMA modes. --- diff --git a/recipes/linux/omap3-pandora-kernel/defconfig b/recipes/linux/omap3-pandora-kernel/defconfig index 40186dc..d34a6f6 100755 --- a/recipes/linux/omap3-pandora-kernel/defconfig +++ b/recipes/linux/omap3-pandora-kernel/defconfig @@ -598,6 +598,8 @@ CONFIG_MTD_NAND=y # CONFIG_MTD_NAND_ECC_SMC is not set # CONFIG_MTD_NAND_MUSEUM_IDS is not set CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_PREFETCH=y +CONFIG_MTD_NAND_OMAP_PREFETCH_DMA=y CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_DISKONCHIP is not set # CONFIG_MTD_NAND_NANDSIM is not set diff --git a/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb b/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb index aa0ee3a..1f20d95 100755 --- a/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb +++ b/recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb @@ -5,7 +5,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap3-pandora" -SRCREV = "d0d228cbe6533ad6428216dce01424967f86e0a0" +SRCREV = "fd96f5bb4f65e1fd6f185a37073dfaf76da57e4a" SRC_URI = " \ git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \