Re: [U-Boot] [PATCH] M28: Fix the use of gpmi-nand in mtdparts

2012-09-04 Thread Stefano Babic
On 29/08/2012 03:12, Marek Vasut wrote: > The mtd name of the NAND in Linux is "gpmi-nand", not "gpmi-nand.0" as > it would be expected, since the controller doesn't support multiple NANDs > attached to it as of now. Rectify this flub by adjusting default mtdparts. > > Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH] M28: Fix the use of gpmi-nand in mtdparts

2012-08-29 Thread Stefano Babic
On 29/08/2012 03:12, Marek Vasut wrote: > The mtd name of the NAND in Linux is "gpmi-nand", not "gpmi-nand.0" as > it would be expected, since the controller doesn't support multiple NANDs > attached to it as of now. Rectify this flub by adjusting default mtdparts. > > Signed-off-by: Marek Vasut

[U-Boot] [PATCH] M28: Fix the use of gpmi-nand in mtdparts

2012-08-28 Thread Marek Vasut
The mtd name of the NAND in Linux is "gpmi-nand", not "gpmi-nand.0" as it would be expected, since the controller doesn't support multiple NANDs attached to it as of now. Rectify this flub by adjusting default mtdparts. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic Cc: Otavio S