Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Phil Edworthy
Hi Jagan, On 21 December 2016 11:21, Jagan Teki wrote: > On Wed, Dec 21, 2016 at 12:15 PM, Phil Edworthy > wrote: > > On 21 December 2016 11:10, Jagan Teki wrote: > >> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy > >> wrote: > >> > The n25q128 devices support 4K erase. > >> > >> It's OK, but

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Jagan Teki
On Wed, Dec 21, 2016 at 12:15 PM, Phil Edworthy wrote: > Hi Jagan, > > On 21 December 2016 11:10, Jagan Teki wrote: >> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy >> wrote: >> > The n25q128 devices support 4K erase. >> >> It's OK, but go with 64K erase. > Sorry, I don’t understand your commen

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Phil Edworthy
Hi Jagan, On 21 December 2016 11:10, Jagan Teki wrote: > On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy > wrote: > > The n25q128 devices support 4K erase. > > It's OK, but go with 64K erase. Sorry, I don’t understand your comment. Do you mean we should stick with 64K erase? If so, then what abo

Re: [U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-21 Thread Jagan Teki
On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy wrote: > The n25q128 devices support 4K erase. It's OK, but go with 64K erase. thanks! -- Jagan Teki Free Software Engineer | www.openedev.com U-Boot, Linux | Upstream Maintainer Hyderabad, India. ___ U-

[U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-16 Thread Phil Edworthy
The n25q128 devices support 4K erase. Signed-off-by: Phil Edworthy --- drivers/mtd/spi/spi_flash_ids.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index edca94e..e31131e 100644 --- a/drivers/mtd/spi/spi