[PATCH] enable mainstone MTD map driver on LogicPD PXA270 platform

Nicolas Pitre nico at cam.org
Tue Mar 28 11:16:13 EST 2006


On Tue, 28 Mar 2006, Lennert Buytenhek wrote:

> The LogicPD PXA270 platform is very similar to the Intel Mainstone,
> and can use the same MTD map driver.
> 
> Signed-off-by: Lennert Buytenhek <buytenh at wantstofly.org>
> 
> Index: linux-2.6.16/drivers/mtd/maps/Kconfig
> ===================================================================
> --- linux-2.6.16.orig/drivers/mtd/maps/Kconfig
> +++ linux-2.6.16/drivers/mtd/maps/Kconfig
> @@ -131,7 +131,7 @@ config MTD_LUBBOCK
>  
>  config MTD_MAINSTONE
>  	tristate "CFI Flash device mapped on Intel Mainstone XScale eval board"
> -	depends on MACH_MAINSTONE && MTD_CFI_INTELEXT
> +	depends on (MACH_LOGICPD_PXA270 || MACH_MAINSTONE) && MTD_CFI_INTELEXT

The mainstone-flash.c no longer exists in the MTD repository.

It has been superseded by pxa2xx-flash.c.  I adjusted the dependency in 
the CVS repo already.

Thomas: when will this be sent to Linus?


Nicolas




More information about the linux-mtd mailing list