Re: [U-Boot] [PATCH] sf: Add support for Macronix mx25u12835f

2019-07-12 Thread Vladimir Vid
Sorry for the late reply, I got caught up working on another project and overlooked this. Yes, per my testing mx25u12835f is working stable without the SECT_4K option. I also found that Xilinx is using the same flash and also without the SECT_4K, so I don't think this should not be an issue.

Re: [U-Boot] [PATCH] sf: Add support for Macronix mx25u12835f

2019-02-09 Thread Jagan Teki
On Wed, Dec 19, 2018 at 1:28 AM Vladimir Vid wrote: > > Add ID for Macronix mx25u12835f flash. > > Signed-off-by: Vladimir Vid > --- > drivers/mtd/spi/spi_flash_ids.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c > inde